diff --git a/bucket/choose.json b/bucket/choose.json new file mode 100644 index 0000000000000..1bbb4ae68572b --- /dev/null +++ b/bucket/choose.json @@ -0,0 +1,21 @@ +{ + "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.7/choose-x86_64-pc-windows-gnu.exe#/choose.exe", + "hash": "9233beade020c3e74854911a15aa973f7dc9f4253abe8856b8c273579a555903" + } + }, + "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" + } + } + } +}