scoop-games/bucket/supertux.json

43 lines
1.3 KiB
JSON

{
"homepage": "https://www.supertux.org/",
"description": "2D platformer inspired by the Super Mario Bros series",
"version": "0.6.1.1",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/SuperTux/supertux/releases/download/v0.6.1.1/SuperTux-v0.6.1.1-win64.msi",
"hash": "05bdb2c87a0c1dad65a23470e8cc5bb9434432218220f0c70e6d5f510c1ee8c0"
},
"32bit": {
"url": "https://github.com/SuperTux/supertux/releases/download/v0.6.1.1/SuperTux-v0.6.1.1-win32.msi",
"hash": "a871f60e93133b6863a401902f87c3defb204b49e7395bd4b025ebe0dcdf3fbd"
}
},
"extract_dir": "SuperTux",
"bin": [
[
"bin\\supertux2.exe",
"supertux"
]
],
"shortcuts": [
[
"bin\\supertux2.exe",
"SuperTux"
]
],
"checkver": {
"github": "https://github.com/SuperTux/supertux"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/SuperTux/supertux/releases/download/v$version/SuperTux-v$version-win64.msi"
},
"32bit": {
"url": "https://github.com/SuperTux/supertux/releases/download/v$version/SuperTux-v$version-win32.msi"
}
}
}
}