ScoopInstaller_Main/bucket/gsl-shell.json
Jakub Čábera 9c3d0d5e25 git-lfs: Update to version 2.13.2
format g[l-z]*
2021-01-13 22:22:36 +01:00

39 lines
1.3 KiB
JSON

{
"version": "2.3.2",
"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.2/gsl-shell-2.3.2-windows-x86_64.zip",
"hash": "dfc6c32dbf21701b5181e693253c0136c9cc631a07088b5264a0856421523674"
},
"32bit": {
"url": "https://github.com/franko/gsl-shell/releases/download/v2.3.2/gsl-shell-2.3.2-win-x86.zip",
"hash": "87973c5a752f2b1ee5fe6dd8b44b3a25d4865887181671c4f98d0e1e9c89dde2"
}
},
"extract_dir": "gsl-shell-2.3.2",
"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-$version-windows-x86_64.zip"
},
"32bit": {
"url": "https://github.com/franko/gsl-shell/releases/download/v$version/gsl-shell-$version-win-x86.zip"
}
},
"extract_dir": "gsl-shell-$version"
}
}