From 4c3d9337367461e0a84eb2f14568294bef568180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 21 Jun 2021 22:08:52 -0700 Subject: [PATCH] jx: Update to version 3.2.144 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 6099430214..039928a43e 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.143", + "version": "3.2.144", "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.143/jx-windows-amd64.zip", - "hash": "e1364fe42b668c4fee2b0f8049b0d84936e9ddae9ea482aae63e37ab112f10d2" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.144/jx-windows-amd64.zip", + "hash": "66f696219916a14fbe8ec67bc440a34d3063938945a1229bd3c420c3dffb93ba" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",