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>
This commit is contained in:
Kris Schneider 2022-12-18 14:20:25 -07:00 committed by GitHub
parent 6fcadf9406
commit 2a5b55ec8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

36
bucket/charm-gum.json Normal file
View File

@ -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"
}
}
}
}
}