scoop-games/bucket/0ad.json

29 lines
1023 B
JSON
Raw Normal View History

2019-07-12 09:31:41 -07:00
{
"homepage": "https://play0ad.com/",
2019-07-27 07:48:49 -07:00
"description": "Free and open source strategy game of ancient warfare",
2021-02-20 16:30:41 -08:00
"version": "0.0.24",
2019-07-12 09:31:41 -07:00
"license": {
"identifier": "Freeware",
"url": "https://github.com/0ad/0ad/blob/master/LICENSE.txt"
},
2021-02-20 16:30:41 -08:00
"url": "https://releases.wildfiregames.com/0ad-0.0.24-alpha-win32.exe#/setup.exe",
"hash": "sha1:6c453cb091d96e19ba32d9df3ff37dbb0cd621f7",
2019-07-12 09:31:41 -07:00
"installer": {
"script": "Start-Process -FilePath \"$dir\\setup.exe\" -ArgumentList \"/S\", \"/D=$dir\" -Wait"
},
"uninstaller": {
"script": "Start-Process -FilePath \"$dir\\Uninstall.exe\" -ArgumentList /S -Wait"
},
"bin": "binaries\\system\\pyrogenesis.exe",
"checkver": {
"url": "https://play0ad.com/download/win/",
"regex": "0ad-([\\w.]+)-alpha-win32.exe"
},
"autoupdate": {
2019-07-21 04:19:50 -07:00
"url": "https://releases.wildfiregames.com/0ad-$version-alpha-win32.exe#/setup.exe",
"hash": {
"url": "$url.sha1sum"
}
2019-07-12 09:31:41 -07:00
}
}