scoop-games/bucket/reggie-next.json

23 lines
816 B
JSON
Raw Permalink Normal View History

{
2022-06-06 21:31:19 -07:00
"version": "4.8.0",
"description": "Advanced level editor for New Super Mario Bros. Wii",
"homepage": "https://github.com/CLF78/Reggie-Next",
2022-03-19 15:54:04 -07:00
"license": "GPL-3.0-only",
2022-06-06 21:31:19 -07:00
"url": "https://github.com/CLF78/Reggie-Next/releases/download/v4.8.0/reggie_next_v4.8.0_win32.zip",
"hash": "dd2b732257fb06531aa6ad69225638ee060ca6cea44a4ac1b6d17f4c8c29dbdb",
"pre_install": "Rename-Item -Path $dir/reggie.exe -NewName $dir/reggie-next.exe",
2022-03-19 15:54:04 -07:00
"bin": "reggie-next.exe",
"shortcuts": [
[
"reggie-next.exe",
"Reggie Next"
]
],
"checkver": {
"github": "https://github.com/CLF78/Reggie-Next/"
},
"autoupdate": {
"url": "https://github.com/CLF78/Reggie-Next/releases/download/v$version/reggie_next_v$version_win32.zip"
}
}