mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-26 18:41:18 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "0.14.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.14.0/gum_0.14.0_Windows_i386.zip",
|
|
"hash": "474bb7ef101a00011ba8af1179329a5ac8ac12b7029dc3c9b051b52f2dc2a291"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/charmbracelet/gum/releases/download/v0.14.0/gum_0.14.0_Windows_x86_64.zip",
|
|
"hash": "faa0e75a4d2f2541e0556f5dc9378c82b5e6eb3d3f618ebe4be685376d7c7d82"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|