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