From 56786a29435247652f1382bce64bb2350338b29a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 14 Nov 2021 11:00:35 +0000 Subject: [PATCH] jx: Update to version 3.2.217 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 92d7b238f6..0ec2171e9d 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.211", + "version": "3.2.217", "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.211/jx-windows-amd64.zip", - "hash": "09455cbbb4200ad2edbe751bc7eb99b2b1bd2124c522181856be6839bec7dd80" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.217/jx-windows-amd64.zip", + "hash": "36af72d72dc0c35ff87211745b09e9f7f43d4f7ead1ac5c521b5f432b0b7f8f8" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",