From 17c7e7afc7c97eac59ba988476a433a5f7c87f94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Sep 2022 05:25:00 +0000 Subject: [PATCH] jx@3.5.18: Fix hash (Closes #3965) --- bucket/jx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/jx.json b/bucket/jx.json index 9292f0aab3..7e79fe3985 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -6,7 +6,7 @@ "architecture": { "64bit": { "url": "https://github.com/jenkins-x/jx/releases/download/v3.5.18/jx-windows-amd64.zip", - "hash": "3dbd1558b29042d8ecb8071ed46e41818b0b19db135ddb940069eee768d746e3" + "hash": "e92b0dbf3c6be9cb4a824bd43cb38fec61746fe60f8fcfb5a7ca259cbff8f467" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",