From 94a874ef1ee153675a794996f6456e60bfed38ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 5 Apr 2020 19:23:06 +0200 Subject: [PATCH] k9s: Update to version 0.19.1 --- bucket/k9s.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/k9s.json b/bucket/k9s.json index 431fbd4f0c..e1fa72672a 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.19.0", + "version": "0.19.1", "architecture": { "64bit": { - "url": "https://github.com/derailed/k9s/releases/download/v0.19.0/k9s_Windows_x86_64.tar.gz", - "hash": "2da4677433cb594433850afd1bc07d3c79ae58e95c43177ac7d428519398c427" + "url": "https://github.com/derailed/k9s/releases/download/v0.19.1/k9s_Windows_x86_64.tar.gz", + "hash": "4f91b634475283a5737d2d31452871fcd0b204881649d97251b971b28f09581e" }, "32bit": { - "url": "https://github.com/derailed/k9s/releases/download/v0.19.0/k9s_Windows_i386.tar.gz", - "hash": "cbca3a97332340e8183d251c37c6a89ce06b87c93a440c6580bc109407c1f09a" + "url": "https://github.com/derailed/k9s/releases/download/v0.19.1/k9s_Windows_i386.tar.gz", + "hash": "85966a9e700cce9cda8e43080311332262713426fef7a9666df17fd77015452b" } }, "bin": "k9s.exe",