mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 13:34:29 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "0.16.2",
|
|
"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.16.2/gum_0.16.2_Windows_i386.zip",
|
|
"hash": "042e24db644c140ff3f33b8c1147877f84c9b31267ed911c8cc3f7ce0bac7e9a",
|
|
"extract_dir": "gum_0.16.2_Windows_i386"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/charmbracelet/gum/releases/download/v0.16.2/gum_0.16.2_Windows_x86_64.zip",
|
|
"hash": "d7b93d74fce3dfebea38b16913cd933f7033e7f4237ac1aa6d28b529fbaec004",
|
|
"extract_dir": "gum_0.16.2_Windows_x86_64"
|
|
}
|
|
},
|
|
"bin": "gum.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/charmbracelet/gum/releases/download/v$version/gum_$version_Windows_i386.zip",
|
|
"extract_dir": "gum_$version_Windows_i386"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/charmbracelet/gum/releases/download/v$version/gum_$version_Windows_x86_64.zip",
|
|
"extract_dir": "gum_$version_Windows_x86_64"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt",
|
|
"regex": "($sha256).*?$basename"
|
|
}
|
|
}
|
|
}
|