scoop-games/bucket/openrct2.json

35 lines
1.2 KiB
JSON

{
"description": "Open source re-implementation of RollerCoaster Tycoon 2",
"homepage": "https://github.com/OpenRCT2/OpenRCT2",
"version": "0.3.4.1",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.3.4.1/OpenRCT2-0.3.4.1-windows-portable-x64.zip",
"hash": "7da43737a7d254a1d5479ddc38f04f05dbe9c888d2441e496137caa4921f8ab6"
},
"32bit": {
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.3.4.1/OpenRCT2-0.3.4.1-windows-portable-win32.zip",
"hash": "2f0db0c107a869498f819c34fcfbe70b3a84a5b3cf5d36342dcbccc941830d21"
}
},
"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"
}
}
},
"shortcuts": [
[
"OpenRCT2.exe",
"OpenRCT2"
]
]
}