2020-03-13 07:01:53 +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.17.7",
"architecture": {
"64bit": {
"url": "https://github.com/derailed/k9s/releases/download/v0.17.7/k9s_Windows_x86_64.tar.gz",
"hash": "a2bdad476932bb4db1e36aa0c8635f4aaf9e67de6d978c1c58bc751cf5553c9b"
},
"32bit": {
"url": "https://github.com/derailed/k9s/releases/download/v0.17.7/k9s_Windows_i386.tar.gz",
"hash": "5babcffffa4425872988e4869fda3ddc20af8447594b74f53d3de31ffcbe72b9"
}
},
"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"
}
}
}