gsl-shell: Update to version 2.3.3, Fix autoupdate

This commit is contained in:
Issac Lin 2022-04-16 22:37:32 +08:00 committed by GitHub
parent 01662e8a3e
commit 9751fe1314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +1,19 @@
{ {
"version": "2.3.2", "version": "2.3.3",
"description": "GSL library shell based on LuaJIT2", "description": "GSL library shell based on LuaJIT2",
"homepage": "http://www.nongnu.org/gsl-shell/", "homepage": "http://www.nongnu.org/gsl-shell/",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/franko/gsl-shell/releases/download/v2.3.2/gsl-shell-2.3.2-windows-x86_64.zip", "url": "https://github.com/franko/gsl-shell/releases/download/v2.3.3/gsl-shell-windows-x86_64.zip",
"hash": "dfc6c32dbf21701b5181e693253c0136c9cc631a07088b5264a0856421523674" "hash": "c5d0eaa8b491713940faf9c1f84c9c33cdf088378b18a9a1562b4a565a85a356"
}, },
"32bit": { "32bit": {
"url": "https://github.com/franko/gsl-shell/releases/download/v2.3.2/gsl-shell-2.3.2-win-x86.zip", "url": "https://github.com/franko/gsl-shell/releases/download/v2.3.3/gsl-shell-windows-x86.zip",
"hash": "87973c5a752f2b1ee5fe6dd8b44b3a25d4865887181671c4f98d0e1e9c89dde2" "hash": "16a04a020d957cd19acb51cd64cbfbb01e1bac58ac16db65647514ae1bc3a5a9"
} }
}, },
"extract_dir": "gsl-shell-2.3.2", "extract_dir": "gsl-shell",
"bin": "gsl-shell.exe", "bin": "gsl-shell.exe",
"shortcuts": [ "shortcuts": [
[ [
@ -27,12 +27,11 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/franko/gsl-shell/releases/download/v$version/gsl-shell-$version-windows-x86_64.zip" "url": "https://github.com/franko/gsl-shell/releases/download/v$version/gsl-shell-windows-x86_64.zip"
}, },
"32bit": { "32bit": {
"url": "https://github.com/franko/gsl-shell/releases/download/v$version/gsl-shell-$version-win-x86.zip" "url": "https://github.com/franko/gsl-shell/releases/download/v$version/gsl-shell-windows-x86.zip"
}
} }
},
"extract_dir": "gsl-shell-$version"
} }
} }