2019-03-07 18:44:25 -08:00
|
|
|
{
|
|
|
|
"homepage": "https://www.supertux.org/",
|
|
|
|
"description": "2D platformer inspired by the Super Mario Bros series",
|
2019-12-19 16:01:30 -08:00
|
|
|
"version": "0.6.1.1",
|
2019-03-07 18:44:25 -08:00
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
2019-12-19 16:01:30 -08:00
|
|
|
"url": "https://github.com/SuperTux/supertux/releases/download/v0.6.1.1/SuperTux-v0.6.1.1-win64.msi",
|
|
|
|
"hash": "05bdb2c87a0c1dad65a23470e8cc5bb9434432218220f0c70e6d5f510c1ee8c0"
|
2019-03-07 18:44:25 -08:00
|
|
|
},
|
|
|
|
"32bit": {
|
2019-12-19 16:01:30 -08:00
|
|
|
"url": "https://github.com/SuperTux/supertux/releases/download/v0.6.1.1/SuperTux-v0.6.1.1-win32.msi",
|
|
|
|
"hash": "a871f60e93133b6863a401902f87c3defb204b49e7395bd4b025ebe0dcdf3fbd"
|
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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|