From 2a5b55ec8c86a333a4a35b71517da35eb1da2bcc Mon Sep 17 00:00:00 2001 From: Kris Schneider <101912712+Zliced13@users.noreply.github.com> Date: Sun, 18 Dec 2022 14:20:25 -0700 Subject: [PATCH] charm-gum: Add version 0.8.0 (#4238) * charm-gum: Add version 0.8.0 * Update charm-gum.json * Update bucket/charm-gum.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/charm-gum.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/charm-gum.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/charm-gum.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 bucket/charm-gum.json diff --git a/bucket/charm-gum.json b/bucket/charm-gum.json new file mode 100644 index 0000000000..7b30597db8 --- /dev/null +++ b/bucket/charm-gum.json @@ -0,0 +1,36 @@ +{ + "version": "0.8.0", + "homepage": "https://github.com/charmbracelet/gum", + "description": "A tool for glamorous shell scripts 🎀.", + "license": "MIT", + "architecture": { + "32bit": { + "url": "https://github.com/charmbracelet/gum/releases/download/v0.8.0/gum_0.8.0_Windows_i386.zip", + "hash": "8da08c2125b35652f1204c43cee5713fad231deff1283664553b96d329378a18" + }, + "64bit": { + "url": "https://github.com/charmbracelet/gum/releases/download/v0.8.0/gum_0.8.0_Windows_x86_64.zip", + "hash": "7c7f124975bf127f28006d1640371cb2d570240f76e82beeb536fb4b86cb8f0c" + } + }, + "bin": "gum.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "32bit": { + "url": "https://github.com/charmbracelet/gum/releases/download/v$version/gum_$version_Windows_i386.zip", + "hash": { + "url": "$baseurl/checksums.txt", + "regex": "($sha256)\\s+gum_[\\d.]+_Windows_i386\\.zip" + } + }, + "64bit": { + "url": "https://github.com/charmbracelet/gum/releases/download/v$version/gum_$version_Windows_x86_64.zip", + "hash": { + "url": "$baseurl/checksums.txt", + "regex": "($sha256)\\s+gum_[\\d.]+_Windows_x86_64\\.zip" + } + } + } + } +}