2019-06-21 05:00:18 +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.7.8",
"architecture": {
"64bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.7.8/k9s_0.7.8_Windows_x86_64.tar.gz",
"hash": "14748d80a222133818cbc321a57a1983adb4e30572f2b5c3c207c36114214238"
},
"32bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.7.8/k9s_0.7.8_Windows_i386.tar.gz",
"hash": "1bd17a8a5ef12310ede48977b7725fd64991fd946e860c711e4fbe36405142e8"
}
},
"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"
}
}
}