scoop-games/bucket/openrct2.json

35 lines
1.2 KiB
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
2019-07-27 07:48:49 -07:00
"description": "Open source re-implementation of RollerCoaster Tycoon 2",
2019-03-07 18:44:25 -08:00
"homepage": "https://github.com/OpenRCT2/OpenRCT2",
2021-07-25 17:30:34 -07:00
"version": "0.3.4.1",
2019-03-07 18:44:25 -08:00
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
2021-07-25 17:30:34 -07:00
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.3.4.1/OpenRCT2-0.3.4.1-windows-portable-x64.zip",
"hash": "7da43737a7d254a1d5479ddc38f04f05dbe9c888d2441e496137caa4921f8ab6"
2019-03-07 18:44:25 -08:00
},
"32bit": {
2021-07-25 17:30:34 -07:00
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.3.4.1/OpenRCT2-0.3.4.1-windows-portable-win32.zip",
"hash": "2f0db0c107a869498f819c34fcfbe70b3a84a5b3cf5d36342dcbccc941830d21"
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"
}
}
2019-09-01 05:01:35 -07:00
},
"shortcuts": [
[
"OpenRCT2.exe",
"OpenRCT2"
]
]
2019-03-07 18:44:25 -08:00
}