scoop-games/bucket/openrct2.json

29 lines
1.1 KiB
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
"description": "An open source re-implementation of RollerCoaster Tycoon 2",
"homepage": "https://github.com/OpenRCT2/OpenRCT2",
2019-07-16 11:06:48 -07:00
"version": "0.2.3",
2019-03-07 18:44:25 -08:00
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
2019-07-16 11:06:48 -07:00
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.2.3/OpenRCT2-0.2.3-windows-portable-x64.zip",
"hash": "7f85ff027c69781a450a1ae03a03fae2e005fc6a036b43cf0ab974d748143b0a"
2019-03-07 18:44:25 -08:00
},
"32bit": {
2019-07-16 11:06:48 -07:00
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.2.3/OpenRCT2-0.2.3-windows-portable-win32.zip",
"hash": "93d6fc6231b31326dc90d33403efb9143aca463e35769a04a695e289007ad17f"
2019-03-07 18:44:25 -08:00
}
},
"bin": "OpenRCT2.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v$version/OpenRCT2-$version-windows-portable-x64.zip"
},
"32bit": {
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v$version/OpenRCT2-$version-windows-portable-win32.zip"
}
}
}
}