From 64c30d4ded5ac1688b2d1ec8f0012533c9293c05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 6 Jul 2021 23:21:58 -0700 Subject: [PATCH] jx: Update to version 3.2.165 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 308f807de5..ea0dc3c563 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.164", + "version": "3.2.165", "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.164/jx-windows-amd64.zip", - "hash": "b601641638c08e8717f84a97b3153bd754c4d161c07cfe711c0ad604cdc3d22a" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.165/jx-windows-amd64.zip", + "hash": "fb1f39a8fc530d40ccddbfb70e1fdefd1f19ff63e617f2c077b04507b522011f" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",