scoop-games/bucket/0ad.json

29 lines
1.0 KiB
JSON

{
"homepage": "https://play0ad.com/",
"description": "Free and open source strategy game of ancient warfare",
"version": "0.0.24b",
"license": {
"identifier": "Freeware",
"url": "https://github.com/0ad/0ad/blob/master/LICENSE.txt"
},
"url": "https://releases.wildfiregames.com/0ad-0.0.24b-alpha-win32.exe#/setup.exe",
"hash": "sha1:dda3727b511f1a18d1a8630434d72e4261844c69",
"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": {
"url": "https://releases.wildfiregames.com/0ad-$version-alpha-win32.exe#/setup.exe",
"hash": {
"url": "$url.sha1sum"
}
}
}