From a431e9caccf6775d189a6ebb51cc46e2d1b6a581 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 00:36:52 +0000 Subject: [PATCH] jx: Update to version 3.7.3 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index d4a0ff146c..22c8468c4f 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.7.1", + "version": "3.7.3", "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.7.1/jx-windows-amd64.zip", - "hash": "d51414e22eb8a759daebc6b92975a2ef43d63fd2439691156f238401aafeb496" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.7.3/jx-windows-amd64.zip", + "hash": "8a1d2f1d15bcafffc9852aa315cdae2775ac499cb71ca7bcb734f6bdfc5cead7" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",