From ca2d944eae75e87c19360f0c4150c0b4bcd70ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 23 May 2021 22:11:16 -0700 Subject: [PATCH] jx: Update to version 3.2.111 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 35dcdb3de0..b35e86ecdb 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.110", + "version": "3.2.111", "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.110/jx-windows-amd64.zip", - "hash": "808ea09b9805947d65f3181fafc65631176653014da1d738291c30d48f4d69b3" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.111/jx-windows-amd64.zip", + "hash": "a678cae027073799af6b42f406e3a94b0e0b502d0e625de684a7663889ce8411" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",