forked from chawyehsu/dorado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathctoy.json
32 lines (32 loc) · 1.01 KB
/
ctoy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"homepage": "https://github.com/anael-seghezzi/CToy",
"description": "C-Toy is an interactive C(99) coding environment based on TCC",
"license": {
"identifier": "CTOY",
"url": "https://github.com/anael-seghezzi/CToy/blob/master/LICENSE.txt"
},
"version": "1.06",
"architecture": {
"64bit": {
"url": "http://anael.maratis3d.com/ctoy/bin/CToy-1.06-WIN-x86_64.zip",
"hash": "1dffd594f292cb7c974fe51022a3aee22e0e7680e6c0b436140fcc4eafc4bd57",
"extract_dir": "CToy-1.06-WIN-x86_64"
}
},
"bin": [
"CToy.exe",
"CToy_player.exe"
],
"checkver": {
"url": "http://anael.maratis3d.com/ctoy/bin/?C=M;O=D",
"regex": "CToy-([\\d.]+)-WIN-x86_64.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://anael.maratis3d.com/ctoy/bin/CToy-$version-WIN-x86_64.zip",
"extract_dir": "CToy-$version-WIN-x86_64"
}
}
}
}