From 0fc59a9fc645294c715833fc628d4d1119491f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 13 Jul 2021 11:05:08 -0700 Subject: [PATCH] jx: Update to version 3.2.170 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 134c50abcc..dadf3d15e5 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.169", + "version": "3.2.170", "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.169/jx-windows-amd64.zip", - "hash": "394395ba2b38ca09345e17b1eb9be64b97e9b4a69d44bfbdce07635c15e93708" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.170/jx-windows-amd64.zip", + "hash": "2c03b2fb9f1cd36b7eed69cd35744610927097b33280bea38d65c4a0129b4d8b" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",