From 7415bd5fa9455b5a030be88b52fed17e93b8edd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 09:15:27 +0000 Subject: [PATCH] jx@3.4.19: Fix hash (Closes #3881) --- bucket/jx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/jx.json b/bucket/jx.json index dc0a6bf311..d2b2a9a9b0 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.4.19/jx-windows-amd64.zip", - "hash": "48c926f161ded65528ff54aa0fb41fc0c4d09f6ed3039c200e3dfa380bf89d68" + "hash": "81f0936bcd3e38c48f4d5b0ce4e53b78623cc7895abbc7b69a08733da4b10f41" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",