scoop-games/bucket/0ad.json

29 lines
1.0 KiB
JSON
Raw Normal View History

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