2019-08-27 22:00:17 +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.3",
"architecture": {
"64bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.8.3/k9s_0.8.3_Windows_x86_64.tar.gz",
"hash": "45f0068de257feb6ce676ba1b2c3e5931f8f1c3c89b0a213202b3e8ccda36192"
},
"32bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.8.3/k9s_0.8.3_Windows_i386.tar.gz",
"hash": "e3e299eeffdd8099dc5a5f0fe2d52d7bb9aa6acf0c7f71264f117a9823628971"
}
},
"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"
}
}
}