From 16b362a64b3fe07df662b1e9e9d00696243c884a Mon Sep 17 00:00:00 2001 From: tech189 Date: Tue, 5 Jul 2022 01:09:31 +0100 Subject: [PATCH] lab: Update to version 0.25.1, now 64bit only Updated to latest version as Excavator was stuck: https://github.com/ScoopInstaller/Main/runs/7186500542?check_suite_focus=true#step:3:263 Removed 32bit as now only released in 64bit (since 0.25.0) Release now as .zip not .tar.gz --- bucket/lab.json | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/bucket/lab.json b/bucket/lab.json index 8ee3c8e9bb..6508fdb92d 100644 --- a/bucket/lab.json +++ b/bucket/lab.json @@ -1,16 +1,12 @@ { - "version": "0.24.0", + "version": "0.25.1", "description": "An extension to command-line git that helps with everyday GitLab tasks.", "homepage": "https://zaquestion.github.io/lab", "license": "CC0-1.0", "architecture": { "64bit": { - "url": "https://github.com/zaquestion/lab/releases/download/v0.24.0/lab_0.24.0_windows_amd64.tar.gz", - "hash": "ada7f070989051a0403233cfc73427761fe8f50d91af104ee4a1dd6b022dd3ae" - }, - "32bit": { - "url": "https://github.com/zaquestion/lab/releases/download/v0.24.0/lab_0.24.0_windows_386.tar.gz", - "hash": "c958c9c5bf49ae4cf1f51d5d3dc1e70c9a8f6a77fe2d718affafa69ef8694090" + "url": "https://github.com/zaquestion/lab/releases/download/v0.25.1/lab_0.25.1_windows_amd64.zip", + "hash": "75daf8d98678c5544b20a1a544ae77506d2f5bd011e7094f251d69bdf3262994" } }, "bin": "lab.exe", @@ -20,10 +16,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/zaquestion/lab/releases/download/v$version/lab_$version_windows_amd64.tar.gz" - }, - "32bit": { - "url": "https://github.com/zaquestion/lab/releases/download/v$version/lab_$version_windows_386.tar.gz" + "url": "https://github.com/zaquestion/lab/releases/download/v$version/lab_$version_windows_amd64.zip" } }, "hash": {