From de40b5a38f80385e063c3399df731d5c2b437d21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Mar 2022 20:26:46 +0000 Subject: [PATCH] jx: Update to version 3.2.262 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index e0e3b96df3..e6b5ac6751 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.256", + "version": "3.2.262", "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.256/jx-windows-amd64.zip", - "hash": "e70facf423db44813fbbbd8586ea6931da1be18f00651ec974fbec8483061398" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.262/jx-windows-amd64.zip", + "hash": "349fb242db7ec12956be7356c5e3c626fc09d637dda2c77d1c90a3af4db060ce" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",