From 7bc9a2a47f41e3146049a993f5797a52f024d8ea Mon Sep 17 00:00:00 2001 From: tech189 Date: Tue, 20 Dec 2022 20:53:06 +0000 Subject: [PATCH] gsl-shell: Update to version 2.3.4, remove 32bit Removing 32bit architecture because x86 zip no longer in the release assets. Fixes autoupdate. --- bucket/gsl-shell.json | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/bucket/gsl-shell.json b/bucket/gsl-shell.json index 4947a24f73..02301c5030 100644 --- a/bucket/gsl-shell.json +++ b/bucket/gsl-shell.json @@ -1,16 +1,12 @@ { - "version": "2.3.3", + "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.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" + "url": "https://github.com/franko/gsl-shell/releases/download/v2.3.4/gsl-shell-windows-x86-64.zip", + "hash": "e4e44ba9b283756a908dfb8cab6ccfb709db36e95f6a9e163cadda3977deb47b" } }, "extract_dir": "gsl-shell", @@ -27,10 +23,7 @@ "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" + "url": "https://github.com/franko/gsl-shell/releases/download/v$version/gsl-shell-windows-x86-64.zip" } } }