scoop-games/bucket/openrct2.json

35 lines
1.2 KiB
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
2022-07-04 13:27:40 -07:00
"version": "0.4.1",
"description": "Open source re-implementation of RollerCoaster Tycoon 2",
"homepage": "https://github.com/OpenRCT2/OpenRCT2",
2019-03-07 18:44:25 -08:00
"license": "GPL-3.0-only",
2022-03-19 15:54:04 -07:00
"architecture": {
"32bit": {
2022-07-04 13:27:40 -07:00
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.1/OpenRCT2-0.4.1-windows-portable-win32.zip",
"hash": "598bc79eaf8188a05f48b35856ee4cda51e0174d1b8537c10b72e9f27a0770a5"
2022-03-19 15:54:04 -07:00
},
"64bit": {
2022-07-04 13:27:40 -07:00
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.1/OpenRCT2-0.4.1-windows-portable-x64.zip",
"hash": "d62b735bb51859283eea9d43a68f52888e301c042503fb7749b0403cfbc116b2"
2022-03-19 15:54:04 -07:00
}
},
"bin": "OpenRCT2.exe",
"shortcuts": [
[
"OpenRCT2.exe",
"OpenRCT2"
]
],
"checkver": "github",
2019-03-07 18:44:25 -08:00
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v$version/OpenRCT2-$version-windows-portable-win32.zip"
2022-03-05 13:34:10 -08:00
},
"64bit": {
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v$version/OpenRCT2-$version-windows-portable-x64.zip"
2019-03-07 18:44:25 -08:00
}
}
}
2019-03-07 18:44:25 -08:00
}