-
Notifications
You must be signed in to change notification settings - Fork 35
/
nyagos.json
28 lines (28 loc) · 1.16 KB
/
nyagos.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
{
"version": "4.4.16_0",
"description": "NYAGOS - The hybrid Commandline Shell between UNIX \u0026 DOS",
"homepage": "https://github.com/nyaosorg/nyagos",
"license": "BSD 3-Clause \"New\" or \"Revised\" License",
"architecture": {
"32bit": {
"url": "https://github.com/nyaosorg/nyagos/releases/download/4.4.16_0/nyagos-4.4.16_0-windows-386.zip",
"hash": "db859fdfcbe8f3bc5a000602976d34031780b9490a176b3b5cb833118958e740"
},
"64bit": {
"url": "https://github.com/nyaosorg/nyagos/releases/download/4.4.16_0/nyagos-4.4.16_0-windows-amd64.zip",
"hash": "52aa515c4967d0f91ba9c257a11734271d92a98676ec1597285984736ed48599"
}
},
"bin": "nyagos.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/nyaosorg/nyagos/releases/download/$version/nyagos-$version-windows-386.zip"
},
"64bit": {
"url": "https://github.com/nyaosorg/nyagos/releases/download/$version/nyagos-$version-windows-amd64.zip"
}
}
}
}