From ec54d02a2d541017580be8a4f0100fea554b81a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 00:28:47 +0000 Subject: [PATCH] jx@3.4.15: Fix hash (Closes #3866) --- bucket/jx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/jx.json b/bucket/jx.json index 8142d01186..262064bebc 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.15/jx-windows-amd64.zip", - "hash": "87409dda4d3119f4fb72254fef7a0f3fea89cde1787bd0d7a93a1c9106d21cae" + "hash": "d81847dc2cdfc7fa4e92867d34fe2557f1644d8bde2adaf58b07c9a64aef5592" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",