k9s: Update to version 0.13.6 (#743)

This commit is contained in:
Cristian Chiru 2020-01-31 20:33:44 +02:00 committed by GitHub
parent ef3b32c19d
commit 4b56ad65ef
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.12.0", "version": "0.13.6",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.12.0/k9s_0.12.0_Windows_x86_64.tar.gz", "url": "https://github.com/derailed/k9s/releases/download/v0.13.6/k9s_0.13.6_Windows_x86_64.tar.gz",
"hash": "f2f28e9f5c34daa7306894675033b01f6c2f2d491fe7c44b344805624321606f" "hash": "dd97db9617c0b1fead1f7917366fefb237f4aaa487ddd3b9fcac397f90d6db95"
}, },
"32bit": { "32bit": {
"url": "https://github.com/derailed/k9s/releases/download/0.12.0/k9s_0.12.0_Windows_i386.tar.gz", "url": "https://github.com/derailed/k9s/releases/download/v0.13.6/k9s_0.13.6_Windows_i386.tar.gz",
"hash": "3ce0fe10f9bfb5ba83230886807db0e14ebbd0b4753a980ae7f42d76a4bf0592" "hash": "a1f21cc2a2084b3f2a6d6401a2e7fa0465ecd493bbba0c13bcd124a87db30a27"
} }
}, },
"bin": "k9s.exe", "bin": "k9s.exe",
@ -18,10 +18,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/derailed/k9s/releases/download/$version/k9s_$version_Windows_x86_64.tar.gz" "url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_$version_Windows_x86_64.tar.gz"
}, },
"32bit": { "32bit": {
"url": "https://github.com/derailed/k9s/releases/download/$version/k9s_$version_Windows_i386.tar.gz" "url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_$version_Windows_i386.tar.gz"
} }
}, },
"hash": { "hash": {