mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"version": "2.3.3",
|
|
"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.3/gsl-shell-windows-x86_64.zip",
|
|
"hash": "c5d0eaa8b491713940faf9c1f84c9c33cdf088378b18a9a1562b4a565a85a356"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/franko/gsl-shell/releases/download/v2.3.3/gsl-shell-windows-x86.zip",
|
|
"hash": "16a04a020d957cd19acb51cd64cbfbb01e1bac58ac16db65647514ae1bc3a5a9"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/franko/gsl-shell/releases/download/v$version/gsl-shell-windows-x86.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|