From 668e5ee22448b805a4f7aa5906ed222d4fbdabfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 14 May 2021 01:06:23 -0700 Subject: [PATCH] jx: Update to version 3.2.95 --- bucket/jx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 64e19ae7fb..68f44a1691 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,14 +1,15 @@ { - "version": "3.2.93", + "version": "3.2.95", "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.93/jx-windows-amd64.zip", - "hash": "139232759d67d8cfecf64e6e45be7d7cd5f819f9caa74d107a0b8c145a94da63" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.95/jx-windows-amd64.zip", + "hash": "8144bb2905e8b473a32a77ceb9f0be900d9c53ad272c69de82b43a2592359dfa" } }, + "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "bin": "jx.exe", "checkver": "github", "autoupdate": { @@ -20,6 +21,5 @@ "hash": { "url": "$baseurl/jx-checksums.txt" } - }, - "pre_install": "Stop-Process -Name jx -Verbose -ErrorAction Ignore" + } }