From 9751fe131491b240db9c1753b2ef079c10c1f2ec Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Sat, 16 Apr 2022 22:37:32 +0800 Subject: [PATCH] gsl-shell: Update to version 2.3.3, Fix autoupdate --- bucket/gsl-shell.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/bucket/gsl-shell.json b/bucket/gsl-shell.json index 4ae12ae9f1..4947a24f73 100644 --- a/bucket/gsl-shell.json +++ b/bucket/gsl-shell.json @@ -1,19 +1,19 @@ { - "version": "2.3.2", + "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.2/gsl-shell-2.3.2-windows-x86_64.zip", - "hash": "dfc6c32dbf21701b5181e693253c0136c9cc631a07088b5264a0856421523674" + "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.2/gsl-shell-2.3.2-win-x86.zip", - "hash": "87973c5a752f2b1ee5fe6dd8b44b3a25d4865887181671c4f98d0e1e9c89dde2" + "url": "https://github.com/franko/gsl-shell/releases/download/v2.3.3/gsl-shell-windows-x86.zip", + "hash": "16a04a020d957cd19acb51cd64cbfbb01e1bac58ac16db65647514ae1bc3a5a9" } }, - "extract_dir": "gsl-shell-2.3.2", + "extract_dir": "gsl-shell", "bin": "gsl-shell.exe", "shortcuts": [ [ @@ -27,12 +27,11 @@ "autoupdate": { "architecture": { "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": { - "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" + } } }