mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 22:44:25 +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.8.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/0.8.0/k9s_0.8.0_Windows_x86_64.tar.gz",
|
|
"hash": "8ca06edc66c70e678760a753899565059ae07bbb0269e7f83a8a7fb010fb25fd"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/0.8.0/k9s_0.8.0_Windows_i386.tar.gz",
|
|
"hash": "bc75dff571ba73841f35987dd0463944b79a4c75b17cc81b6636e6f7d0f4fd4e"
|
|
}
|
|
},
|
|
"bin": "k9s.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/$version/k9s_$version_Windows_x86_64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/$version/k9s_$version_Windows_i386.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|