From c8bfc8d801e05b27d346c9a6fd85317d2bd9d158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 10 Aug 2021 23:09:29 -0700 Subject: [PATCH] jx: Update to version 3.2.183 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 70228d2090..d0f7b63257 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.182", + "version": "3.2.183", "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.182/jx-windows-amd64.zip", - "hash": "4ca4c6cc81f4aab4e247bb3e43975cd2853cfcf469d6bedc6fd05f56c45ec9be" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.183/jx-windows-amd64.zip", + "hash": "524c2fbd5a334de73f382599c3d1ffc0d1557058b1ed9f3b3981c7ffea2bc632" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",