From a094dc2acf578bea94acdf13b1636b823b0e9313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 9 Sep 2021 09:17:08 -0700 Subject: [PATCH] jx: Update to version 3.2.196 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 835afaa409..b49448938f 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.188", + "version": "3.2.196", "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.188/jx-windows-amd64.zip", - "hash": "5739966270a743d2b548985198e8606bdb0844c9e8fda7948592a246a42cc73f" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.196/jx-windows-amd64.zip", + "hash": "c15bee557a61db619fe6151209a11f29d3b10c64657a42679165447be71275bd" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",