From b81910af9f34e82655d49c5c8f76cdaa52d9e946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 14 Oct 2021 21:09:54 -0700 Subject: [PATCH] jx: Update to version 3.2.205 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 5074b24725..ab7f0c98ca 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.202", + "version": "3.2.205", "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.202/jx-windows-amd64.zip", - "hash": "63e296714e7f2f1e2e0234ff099c16a79b66e85da74f9a58946502da3897647a" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.205/jx-windows-amd64.zip", + "hash": "5386608842926c090e1ca55ac169690d92854a8a8cb2e0646098979b837db288" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",