2020-01-06 23:00:26 +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.11.2",
"architecture": {
"64bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.11.2/k9s_0.11.2_Windows_x86_64.tar.gz",
"hash": "e3b362e850dff115a7899426884e8ec7ea882d28a6238c782fc74b156c3fa816"
},
"32bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.11.2/k9s_0.11.2_Windows_i386.tar.gz",
"hash": "ee9689c6167be35100d65e4b5c26d9f63e7d0784ba3ffeb28bb50f5b13d78b5c"
}
},
"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"
}
}
}