scoop-games/bucket/supertux.json

43 lines
1.3 KiB
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
"homepage": "https://www.supertux.org/",
"description": "2D platformer inspired by the Super Mario Bros series",
2021-12-22 16:36:34 -08:00
"version": "0.6.3",
2019-03-07 18:44:25 -08:00
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
2021-12-22 16:36:34 -08:00
"url": "https://github.com/SuperTux/supertux/releases/download/v0.6.3/SuperTux-v0.6.3-win64.msi",
"hash": "97502d37e9525a5aa184adf44f9da7cf3a89a96755b61a0de4ea6002c8c1e232"
2019-03-07 18:44:25 -08:00
},
"32bit": {
2021-12-22 16:36:34 -08:00
"url": "https://github.com/SuperTux/supertux/releases/download/v0.6.3/SuperTux-v0.6.3-win32.msi",
"hash": "8da658fa2b055e98685814575d372d1ce96d779ab9dea83cded9c97b2e66dc82"
2019-03-07 18:44:25 -08:00
}
},
"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"
}
}
}
}