Add OpenRCT2 v0.2.1 (#7)

master
M*C*O 2018-12-06 09:39:58 +01:00 committed by Hugo Locurcio
parent 27a5bf294d
commit c1343f125c
1 changed files with 28 additions and 0 deletions

28
openrct2.json Normal file
View File

@ -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"
}
}
}
}