From fb1e757dad2df40e6fc8869e647f00dfe71bd8e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 01:27:14 +0000 Subject: [PATCH] jx@3.5.3: Fix hash (Closes #3908) --- bucket/jx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/jx.json b/bucket/jx.json index 7a5625657d..c90b8eb000 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.3/jx-windows-amd64.zip", - "hash": "5e2c5000b9ad7c0d13b1a0a452ad5ef5dc44f860b6753d6711faf4850a6d9624" + "hash": "e5a571c8fadd2d6ddbab0873c027b6930efb63b3c98d6d64100a3a6ea4049ead" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",