mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 04:35:13 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://github.com/derailed/k9s",
|
|
"license": "Apache-2.0",
|
|
"description": "Kubernetes CLI To Manage Your Clusters In Style!",
|
|
"version": "0.17.4",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v0.17.4/k9s_Windows_x86_64.tar.gz",
|
|
"hash": "f3a99bc752783e8757504b34bc8a8eb02fab9a976d5ffcaa9305d6434d6baf7c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v0.17.4/k9s_Windows_i386.tar.gz",
|
|
"hash": "25120927629c1a089e2cd0e0a90ad815d281ea1dcf38056a3b297a26c8cbc2d8"
|
|
}
|
|
},
|
|
"bin": "k9s.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_x86_64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_i386.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|