Add OpenRCT2 v0.2.1 (#7)
parent
27a5bf294d
commit
c1343f125c
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"description": "An open source re-implementation of RollerCoaster Tycoon 2",
|
||||
"homepage": "https://github.com/OpenRCT2/OpenRCT2",
|
||||
"version": "0.2.1",
|
||||
"license": "GPL3",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.2.1/OpenRCT2-0.2.1-windows-portable-x64.zip",
|
||||
"hash": "a6421329c83b436d6f1686079b9a8e5dc820eaecb9efc06c43f6766c54698b77"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.2.1/OpenRCT2-0.2.1-windows-portable-win32.zip",
|
||||
"hash": "8cf86a8cb7ad7426d3b59d72712c4f4e299a0d360311fb5beaef302db647f952"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue