k9s: Update to version 0.16.1 (#833)

This commit is contained in:
Cristian Chiru 2020-02-24 20:32:11 +02:00 committed by GitHub
parent d0651f0eab
commit 4c3e4154f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,15 +2,15 @@
"homepage": "https://github.com/derailed/k9s", "homepage": "https://github.com/derailed/k9s",
"license": "Apache-2.0", "license": "Apache-2.0",
"description": "Kubernetes CLI To Manage Your Clusters In Style!", "description": "Kubernetes CLI To Manage Your Clusters In Style!",
"version": "0.13.8", "version": "0.16.1",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/derailed/k9s/releases/download/v0.13.8/k9s_0.13.8_Windows_x86_64.tar.gz", "url": "https://github.com/derailed/k9s/releases/download/v0.16.1/k9s_Windows_x86_64.tar.gz",
"hash": "614d5c22f8b88be3ffb9e36c44b20a30f9054d75d44577f90fe500e238f66c02" "hash": "645bbfbfe3f9a4524e99a4d1387b63a328a237f278586130acfa96b710ca2362"
}, },
"32bit": { "32bit": {
"url": "https://github.com/derailed/k9s/releases/download/v0.13.8/k9s_0.13.8_Windows_i386.tar.gz", "url": "https://github.com/derailed/k9s/releases/download/v0.16.1/k9s_Windows_i386.tar.gz",
"hash": "5c1feda72eb3ebb39163138bdd6577b9c88dfc6d3b6a3af3200b0b001b723bb0" "hash": "92fe3d541f3609100f8a013cb5c7f1a0e09b41e93ec8a02c0cc530947f265c28"
} }
}, },
"bin": "k9s.exe", "bin": "k9s.exe",
@ -18,10 +18,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_$version_Windows_x86_64.tar.gz" "url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_x86_64.tar.gz"
}, },
"32bit": { "32bit": {
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_$version_Windows_i386.tar.gz" "url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_i386.tar.gz"
} }
}, },
"hash": { "hash": {