Add k9s version 0.7.2 (#103)

This commit is contained in:
Jamie Magee 2019-06-03 14:28:23 +02:00 committed by Richard Kuhnt
parent f1e7da5c96
commit 4d5a4e6929

31
bucket/k9s.json Normal file
View File

@ -0,0 +1,31 @@
{
"homepage": "https://github.com/derailed/k9s",
"license": "Apache-2.0",
"description": "Kubernetes CLI To Manage Your Clusters In Style!",
"version": "0.7.2",
"architecture": {
"64bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.7.2/k9s_0.7.2_Windows_x86_64.tar.gz",
"hash": "df8fb1b41d96abef5be473f62c4f4a0ae533f8ea319992a5fc7d63cfe18828df"
},
"32bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.7.2/k9s_0.7.2_Windows_i386.tar.gz",
"hash": "b2ecf59143fa03b92a13af970a0af04286f06a30a261cea96e28941ac5827b2a"
}
},
"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"
}
}
}