mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "0.17.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.17.0/gum_0.17.0_Windows_i386.zip",
|
|
"hash": "077ee612b093be58021900c93f61df3eb53a4d830553dcbe5667799072e6c69e",
|
|
"extract_dir": "gum_0.17.0_Windows_i386"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/charmbracelet/gum/releases/download/v0.17.0/gum_0.17.0_Windows_x86_64.zip",
|
|
"hash": "b2be80531c6babc8d4e0e6ca95773d58118a2e1582ae006aace08dbc55503072",
|
|
"extract_dir": "gum_0.17.0_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"
|
|
}
|
|
}
|
|
}
|