From 27df5547013752c64822f25308ee960dbfa01235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 5 Jul 2021 08:48:16 -0700 Subject: [PATCH] jx: Update to version 3.2.162 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 1948c8855c..cd5c724ee4 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.160", + "version": "3.2.162", "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.160/jx-windows-amd64.zip", - "hash": "e5e6b070582cb1c12ad50eb05ccba9d6c273d86a3c409758b5681aea0899ac7a" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.162/jx-windows-amd64.zip", + "hash": "6f04f8b9740bf56ed0a61d982e29f51c285eeed9c53da918e59af9cacc6a5609" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",