scoop-games/bucket/openra.json

51 lines
1.7 KiB
JSON
Raw Normal View History

2019-06-14 03:11:00 -07:00
{
"homepage": "http://www.openra.net",
"description": "Real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert",
"version": "20191117",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/OpenRA/OpenRA/releases/download/release-20191117/OpenRA-release-20191117-x64.exe#/dl.7z",
"hash": "b609a9608a77f68b13c700a562fe69374f1c1b4ea260c6fc949d16343a3ca970"
},
"32bit": {
"url": "https://github.com/OpenRA/OpenRA/releases/download/release-20191117/OpenRA-release-20191117-x86.exe#/dl.7z",
"hash": "304f9f7a758c69f081d85d9aed4a4a1726f1b3ff34a698c5bae74da99a881191"
}
},
"pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninstaller.exe\" -Force -Recurse",
"bin": [
"Dune2000.exe",
"RedAlert.exe",
"TiberianDawn.exe"
],
2019-06-14 03:11:00 -07:00
"shortcuts": [
[
"Dune2000.exe",
"OpenRA - Dune 2000"
],
[
"RedAlert.exe",
"OpenRA - Red Alert"
],
[
"TiberianDawn.exe",
"OpenRA - Tiberian Dawn"
]
2019-06-14 03:11:00 -07:00
],
"checkver": {
"github": "https://github.com/OpenRA/OpenRA",
"regex": "Release (\\d{8})</a>"
2019-06-14 03:11:00 -07:00
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OpenRA/OpenRA/releases/download/release-$version/OpenRA-release-$version-x64.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/OpenRA/OpenRA/releases/download/release-$version/OpenRA-release-$version-x86.exe#/dl.7z"
}
}
2019-06-14 03:11:00 -07:00
}
}