From f56bb31f6b4e3666de7aa35a7b85c77797307327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 24 Jun 2021 21:25:54 -0700 Subject: [PATCH] jx: Update to version 3.2.151 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 07569e63ea..ad509636db 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.148", + "version": "3.2.151", "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.148/jx-windows-amd64.zip", - "hash": "81a2a9b8b51e7f6c6c6e03fa30fb1a52ad1b4947c0f02d1f1f0b8f60959b832b" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.151/jx-windows-amd64.zip", + "hash": "87a98cad0e994acb3df8520e20f0a8c7f0d3bfaecc6ae7a7546eaa5e420240a4" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",