2020-02-06 06:01:49 +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.13.8",
"architecture": {
"64bit": {
"url": "https://github.com/derailed/k9s/releases/download/v0.13.8/k9s_0.13.8_Windows_x86_64.tar.gz",
"hash": "614d5c22f8b88be3ffb9e36c44b20a30f9054d75d44577f90fe500e238f66c02"
},
"32bit": {
"url": "https://github.com/derailed/k9s/releases/download/v0.13.8/k9s_0.13.8_Windows_i386.tar.gz",
"hash": "5c1feda72eb3ebb39163138bdd6577b9c88dfc6d3b6a3af3200b0b001b723bb0"
}
},
"bin": "k9s.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_$version_Windows_x86_64.tar.gz"
},
"32bit": {
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_$version_Windows_i386.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}