mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 13:04:28 +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.10.4",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/0.10.4/k9s_0.10.4_Windows_x86_64.tar.gz",
|
|
"hash": "0bfeb4aa7b14f334edfa1dbe32437c26f30c9deb23795b792234b396ef02bd4c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/0.10.4/k9s_0.10.4_Windows_i386.tar.gz",
|
|
"hash": "0e3cdcd7af00b210a8a33d8a496f4d1ccdb221951571ece67fd724ac79eea2d8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|