From 19d6f4d93cad51af785e10c3b81718692b532d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 14 Jul 2021 23:53:09 -0700 Subject: [PATCH] jx: Update to version 3.2.171 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index dadf3d15e5..acc9af1e14 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.170", + "version": "3.2.171", "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.170/jx-windows-amd64.zip", - "hash": "2c03b2fb9f1cd36b7eed69cd35744610927097b33280bea38d65c4a0129b4d8b" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.171/jx-windows-amd64.zip", + "hash": "ef4ea8f62c09218e9d3eb2c6e646fd49d104bea0f6dc831ffce5a9bc5ddd1896" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",