From 104dad94a20ebe6badf347958c049737ca3304ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Sep 2022 03:29:34 +0000 Subject: [PATCH] jx@3.5.12: Fix hash (Closes #3931) --- bucket/jx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/jx.json b/bucket/jx.json index eb8fe0d3ca..7ac6d09652 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.12/jx-windows-amd64.zip", - "hash": "00ea939e26acfb0ef26a3b6a3d95baddd9ee9e022266a34596ec82dd3c8b6dc3" + "hash": "dd3ad8755fc3217d8681d3f14934d33609ddb7f0b37f978c81b9e0931383d5cb" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",