From 73339ab6f942379fd2974f8016fcb8c777a06fec Mon Sep 17 00:00:00 2001 From: Eugene Klimov Date: Thu, 11 May 2023 05:44:44 +0400 Subject: [PATCH] k9s@0.27.0: Fix download URLs (#4782) --- bucket/k9s.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/k9s.json b/bucket/k9s.json index 8b9fb92594..cebd393a86 100644 --- a/bucket/k9s.json +++ b/bucket/k9s.json @@ -1,16 +1,16 @@ { - "version": "0.27.3", + "version": "0.27.4", "description": "Kubernetes Clusters manager", "homepage": "https://github.com/derailed/k9s", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/derailed/k9s/releases/download/v0.27.3/k9s_Windows_amd64.tar.gz", - "hash": "65acc7864e9db57e91a2874b81199c273a7f60c128f2697d518810b569a05576" + "url": "https://github.com/derailed/k9s/releases/download/v0.27.4/k9s_Windows_amd64.zip", + "hash": "7e10583c66ad5fa1de9f98f3de5e94f3348cbe52f7f8d3d89cc295dd3d6c2d77" }, "arm64": { - "url": "https://github.com/derailed/k9s/releases/download/v0.27.3/k9s_Windows_arm64.tar.gz", - "hash": "329dc62297f0e058bbb423df4443958eb59472cb4d1394372f41c15305624c4f" + "url": "https://github.com/derailed/k9s/releases/download/v0.27.4/k9s_Windows_arm64.zip", + "hash": "8890d5f3453d498dd8bdecc3ec41e529e1d5e80d354be51457682634ead90ec2" } }, "bin": "k9s.exe", @@ -18,10 +18,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_amd64.tar.gz" + "url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_amd64.zip" }, "arm64": { - "url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_arm64.tar.gz" + "url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_arm64.zip" } }, "hash": {