From 7e230789aa023d91ec2927deb756573a1b3a0e13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 18:28:23 +0000 Subject: [PATCH] jx@3.5.7: Fix hash (Closes #3922) --- bucket/jx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/jx.json b/bucket/jx.json index e02687093d..2a4a0b2fdf 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.7/jx-windows-amd64.zip", - "hash": "03c8aaf1e959a34d493c09c0da4f36879c404c7bc050be177dcd288eb66f81cb" + "hash": "aac1726e02422308603324ba8291544f4695bec427d07d0b8974c5309dc9699d" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",