From 3de1ac9f950587758574af964d7c33adfd4a3ac3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 00:32:38 +0000 Subject: [PATCH] jx: Update to version 3.2.265 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index f03e4e0c49..cc29855c4d 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.264", + "version": "3.2.265", "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.264/jx-windows-amd64.zip", - "hash": "c4b8cfbfb5efc1af437557e2668a854cb6a8cee263a4fb08cec1cf8e2c8a4cfd" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.265/jx-windows-amd64.zip", + "hash": "e4256485e2edbd105f9c60a8390d2c84208292fe1ed0c32e1f3ccdd155b44312" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",