2019-10-04 15:00:24 +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.1",
"architecture": {
"64bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.9.1/k9s_0.9.1_Windows_x86_64.tar.gz",
"hash": "fd53da86725db7ee172fbe0047f0a813f08fcaebec9737f3273ecc52abadbee2"
},
"32bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.9.1/k9s_0.9.1_Windows_i386.tar.gz",
"hash": "c75e9110a2b5775b66304cfb3dd24cb2ee613a65bd6f216fc465918acc0ac170"
}
},
"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"
}
}
}