From 6a6c65243c9d4eaf49aef96286436fb9baaf5cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 1 Jul 2021 22:15:05 -0700 Subject: [PATCH] jx: Update to version 3.2.158 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index ca473f7cc7..6cc595d672 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.156", + "version": "3.2.158", "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.156/jx-windows-amd64.zip", - "hash": "28b850f5213e820de046a3e7ae60a18eef74d469975130671906285803d53dcc" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.158/jx-windows-amd64.zip", + "hash": "9c8ac7cfc2215acf03e47c1d67df7f50cbc59babcfc428f7d7c9939f6627c3d3" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",