From bdcb29b867acfc203d565b79c815b04a3992f96a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 30 Jun 2021 06:42:14 -0700 Subject: [PATCH] jx: Update to version 3.2.156 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index a7177641e9..ca473f7cc7 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.154", + "version": "3.2.156", "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.154/jx-windows-amd64.zip", - "hash": "cff5066d9b6ee3769934ae4cbd6a5fa743865c73f455cfae6b8f3ba161b0ba76" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.156/jx-windows-amd64.zip", + "hash": "28b850f5213e820de046a3e7ae60a18eef74d469975130671906285803d53dcc" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",