From 0e5ce853313b40d77c81116041a33695962352cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 04:39:01 +0000 Subject: [PATCH] jx: Update to version 3.2.321 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 00f71e82b1..0e76602a1c 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.315", + "version": "3.2.321", "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.315/jx-windows-amd64.zip", - "hash": "c0d4c4a2716e587891a7c4af63fbf5fc915cc13c3a580d87cb267794e7efa98b" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.321/jx-windows-amd64.zip", + "hash": "f59c4af41f23f3550827e9f5367877bb00d946bcd178c7212e73da0b754a3b0d" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",