2019-10-30 01:00:19 +00:00

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.9.3",
"architecture": {
"64bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.9.3/k9s_0.9.3_Windows_x86_64.tar.gz",
"hash": "50c48b923c9d33763c199db1964049a067676edd784f1bf786732475d98bac80"
},
"32bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.9.3/k9s_0.9.3_Windows_i386.tar.gz",
"hash": "8da0a0c58825a5945aaa9f04175b7cda3049930b80e48730e3274ae4418cbac1"
}
},
"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"
}
}
}