From 5bda3c7369a62d77bbd6c06e1ec1aeb5ce1f7ddb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 15:04:25 +0000 Subject: [PATCH] jx@3.5.15: Fix hash (Closes #3947) --- bucket/jx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/jx.json b/bucket/jx.json index caea6ef0b8..ebeb5ab8b5 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.15/jx-windows-amd64.zip", - "hash": "3012431873257f795cc58d39e17a2965cb54c3e9630c2e21b4a363fca1d455c3" + "hash": "e34132c7d7b4748cdbbec27f1bc5d7781cc21c7ead70eaba2dbfd4073931c43e" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",