2019-08-28 17: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.8.4",
"architecture": {
"64bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.8.4/k9s_0.8.4_Windows_x86_64.tar.gz",
"hash": "da5458f2c62f142cade8bff52bf9189cdcc45cb3503c8cf394000adb34078b62"
},
"32bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.8.4/k9s_0.8.4_Windows_i386.tar.gz",
"hash": "f5acc97e655c39a3ee9a4f55c53d24e8913d4f9f1df0b5d09b5836a67f05963f"
}
},
"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"
}
}
}