From 278705c3dfb97fd833122a6181704f764141b3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 16 Jul 2021 07:01:30 -0700 Subject: [PATCH] jx: Update to version 3.2.172 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index acc9af1e14..ad06cf6611 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.171", + "version": "3.2.172", "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.171/jx-windows-amd64.zip", - "hash": "ef4ea8f62c09218e9d3eb2c6e646fd49d104bea0f6dc831ffce5a9bc5ddd1896" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.172/jx-windows-amd64.zip", + "hash": "cd936bf5c0f3e52ea5e24c2a19f70a2fb05022eab36604baa3d193aa666517f5" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",