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