scoop-games/bucket/supertuxkart.json

37 lines
1.3 KiB
JSON

{
"version": "1.3",
"description": "Arcade 3D racer with a variety of characters, tracks and modes",
"homepage": "https://supertuxkart.net/Main_Page",
"license": "GPL-3.0-or-later",
"architecture": {
"32bit": {
"url": "https://github.com/supertuxkart/stk-code/releases/download/1.3/SuperTuxKart-1.3-installer-i686.exe#/dl.7z",
"hash": "4379102b1e8de7356038a0eef42520202ee043f00a04a399b958d2c3df24825c"
},
"64bit": {
"url": "https://github.com/supertuxkart/stk-code/releases/download/1.3/SuperTuxKart-1.3-installer-x86_64.exe#/dl.7z",
"hash": "262bb2936bcb2acee818b052a0bfb6d437f21ef7e7634d502336c297a9cc0c9e"
}
},
"bin": "supertuxkart.exe",
"shortcuts": [
[
"supertuxkart.exe",
"SuperTuxKart"
]
],
"checkver": {
"github": "https://github.com/supertuxkart/stk-code"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/supertuxkart/stk-code/releases/download/$version/SuperTuxKart-$version-installer-i686.exe#/dl.7z"
},
"64bit": {
"url": "https://github.com/supertuxkart/stk-code/releases/download/$version/SuperTuxKart-$version-installer-x86_64.exe#/dl.7z"
}
}
}
}