From 762995f2bad5738119a1e2d88bb9cdb8b4ef3778 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 16:34:55 +0000 Subject: [PATCH] jx: Update to version 3.2.357 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 3bc9258bed..2cc2d48f63 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.352", + "version": "3.2.357", "description": "A command line tool for installing and using Jenkins X", "homepage": "https://github.com/jenkins-x/jx", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.352/jx-windows-amd64.zip", - "hash": "81677af59ff4117db83927397f8b869fb92f79d5d36d4090f33681aa71aa44d7" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.357/jx-windows-amd64.zip", + "hash": "5a9788b85f1eb6b5f9eb83ae2d4ecf6dbb6d518218409ae53f3e3ca43c611bae" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",