From 7b7db10b938c12e927ca91c6f4eeb6acd09a07d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 20:28:16 +0000 Subject: [PATCH] jx: Update to version 3.2.325 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 4333d1fb01..ddbba47f2b 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.323", + "version": "3.2.325", "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.323/jx-windows-amd64.zip", - "hash": "eb2fa6b1e5e76a0778ec911cf7d1741363cc6e06e23207f97e16c351c71cd35f" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.325/jx-windows-amd64.zip", + "hash": "999fb8fdabdf5a23c0f8a7a2cbaccd97ecd50ac45041cec5748a5904c804f850" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",