From b27ce3025dd9325069191d3c99149a024297b52f Mon Sep 17 00:00:00 2001 From: jack-mil <62065280+jack-mil@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:58:03 -0400 Subject: [PATCH 1/2] choose: Add version 1.3.6 Their release for 1.3.6 has a non-standard naming (no .exe suffix). They said they will fix it for the next release. So the autoupdate URL is different than the current 1.3.6 download url --- bucket/choose.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/choose.json diff --git a/bucket/choose.json b/bucket/choose.json new file mode 100644 index 0000000000000..9d343b4cb5075 --- /dev/null +++ b/bucket/choose.json @@ -0,0 +1,21 @@ +{ + "version": "1.3.6", + "description": "A human-friendly and fast alternative to cut (and sometimes awk)", + "homepage": "https://github.com/theryangeary/choose", + "license": "GPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/theryangeary/choose/releases/download/v1.3.6/choose-x86_64-pc-windows-gnu#/choose.exe", + "hash": "62b2c196ffe77026eeff1957f77f5a1781a5b5a41ff8915ae388b4baec610321" + } + }, + "bin": "choose.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/theryangeary/choose/releases/download/v$version/choose-x86_64-pc-windows-gnu.exe#/choose.exe" + } + } + } +} From 62b856eba9f433ae0dca99326af603e778ae79f4 Mon Sep 17 00:00:00 2001 From: jack-mil <62065280+jack-mil@users.noreply.github.com> Date: Mon, 25 Aug 2025 23:25:19 -0400 Subject: [PATCH 2/2] choose: update to version 1.37 all urls are consistent now --- bucket/choose.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/choose.json b/bucket/choose.json index 9d343b4cb5075..1bbb4ae68572b 100644 --- a/bucket/choose.json +++ b/bucket/choose.json @@ -1,12 +1,12 @@ { - "version": "1.3.6", + "version": "1.3.7", "description": "A human-friendly and fast alternative to cut (and sometimes awk)", "homepage": "https://github.com/theryangeary/choose", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/theryangeary/choose/releases/download/v1.3.6/choose-x86_64-pc-windows-gnu#/choose.exe", - "hash": "62b2c196ffe77026eeff1957f77f5a1781a5b5a41ff8915ae388b4baec610321" + "url": "https://github.com/theryangeary/choose/releases/download/v1.3.7/choose-x86_64-pc-windows-gnu.exe#/choose.exe", + "hash": "9233beade020c3e74854911a15aa973f7dc9f4253abe8856b8c273579a555903" } }, "bin": "choose.exe",