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.3",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.3.3/OpenRCT2-0.3.3-windows-portable-x64.zip",
"hash": "dff4924ff15f19fa728767f5aaae18ada0f8862a978c87fe0c9f4df767e7cf65"
},
"32bit": {
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.3.3/OpenRCT2-0.3.3-windows-portable-win32.zip",
"hash": "425950a74ef1d0926a9540927a1cf9e94f41cc71a46cf6e80892afdb0ac37640"
}
},
"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"
]
]
}