mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 12:45:14 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "0.15.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.15.0/gum_0.15.0_Windows_i386.zip",
|
|
"hash": "ee330cd87e72297317c798bbb72bd6a619e02976526c40a6f19051250639a03d",
|
|
"extract_dir": "gum_0.15.0_Windows_i386"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/charmbracelet/gum/releases/download/v0.15.0/gum_0.15.0_Windows_x86_64.zip",
|
|
"hash": "f7f62cb40823272269e693494a12082275d6adffe8ef30d92277da5895396c85",
|
|
"extract_dir": "gum_0.15.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"
|
|
}
|
|
}
|
|
}
|