2019-06-07 23:00:38 +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.6",
"architecture": {
"64bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.7.6/k9s_0.7.6_Windows_x86_64.tar.gz",
"hash": "1250cea9502d5099708162560cf483673d2c5a95a607abee0a167ad081c63674"
},
"32bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.7.6/k9s_0.7.6_Windows_i386.tar.gz",
"hash": "2fe2ceabbf916102f9279c1451f7603eadf5a4f58e046651738bddb47d201d7f"
}
},
"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"
}
}
}