From 4c3e4154f110a2cc9efb88ca796996693a4b100e Mon Sep 17 00:00:00 2001 From: Cristian Chiru Date: Mon, 24 Feb 2020 20:32:11 +0200 Subject: [PATCH] k9s: Update to version 0.16.1 (#833) --- bucket/k9s.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/k9s.json b/bucket/k9s.json index c9d658759c..d530e15265 100644 --- a/bucket/k9s.json +++ b/bucket/k9s.json @@ -2,15 +2,15 @@ "homepage": "https://github.com/derailed/k9s", "license": "Apache-2.0", "description": "Kubernetes CLI To Manage Your Clusters In Style!", - "version": "0.13.8", + "version": "0.16.1", "architecture": { "64bit": { - "url": "https://github.com/derailed/k9s/releases/download/v0.13.8/k9s_0.13.8_Windows_x86_64.tar.gz", - "hash": "614d5c22f8b88be3ffb9e36c44b20a30f9054d75d44577f90fe500e238f66c02" + "url": "https://github.com/derailed/k9s/releases/download/v0.16.1/k9s_Windows_x86_64.tar.gz", + "hash": "645bbfbfe3f9a4524e99a4d1387b63a328a237f278586130acfa96b710ca2362" }, "32bit": { - "url": "https://github.com/derailed/k9s/releases/download/v0.13.8/k9s_0.13.8_Windows_i386.tar.gz", - "hash": "5c1feda72eb3ebb39163138bdd6577b9c88dfc6d3b6a3af3200b0b001b723bb0" + "url": "https://github.com/derailed/k9s/releases/download/v0.16.1/k9s_Windows_i386.tar.gz", + "hash": "92fe3d541f3609100f8a013cb5c7f1a0e09b41e93ec8a02c0cc530947f265c28" } }, "bin": "k9s.exe", @@ -18,10 +18,10 @@ "autoupdate": { "architecture": { "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": { - "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": {