mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "0.10.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.10.0/gum_0.10.0_Windows_i386.zip",
|
|
"hash": "5322294ca88a737424224b2e5c8964392a732186409a788ab40fcd394ba3299f"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/charmbracelet/gum/releases/download/v0.10.0/gum_0.10.0_Windows_x86_64.zip",
|
|
"hash": "6c21c69148c1c32610ed691e7639abd7f4dd210c08e732a2c9f03beae392e708"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|