ScoopInstaller_Main/bucket/gsl-shell.json
tech189 7bc9a2a47f gsl-shell: Update to version 2.3.4, remove 32bit
Removing 32bit architecture because x86 zip no longer in the release assets.
Fixes autoupdate.
2022-12-20 20:53:06 +00:00

31 lines
890 B
JSON

{
"version": "2.3.4",
"description": "GSL library shell based on LuaJIT2",
"homepage": "http://www.nongnu.org/gsl-shell/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/franko/gsl-shell/releases/download/v2.3.4/gsl-shell-windows-x86-64.zip",
"hash": "e4e44ba9b283756a908dfb8cab6ccfb709db36e95f6a9e163cadda3977deb47b"
}
},
"extract_dir": "gsl-shell",
"bin": "gsl-shell.exe",
"shortcuts": [
[
"gsl-shell-gui.exe",
"GSL Shell"
]
],
"checkver": {
"github": "https://github.com/franko/gsl-shell"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/franko/gsl-shell/releases/download/v$version/gsl-shell-windows-x86-64.zip"
}
}
}
}