From f50374aad8d67f0110e0fbcd52f85a651977f344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 25 May 2021 22:16:04 -0700 Subject: [PATCH] jx: Update to version 3.2.118 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index e73c6df78b..8ff55600f2 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.115", + "version": "3.2.118", "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.115/jx-windows-amd64.zip", - "hash": "c8c8ae3b0757d3e43e5d070d4e13d4fbe1f44b090f104fa05426c23d997e1a23" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.118/jx-windows-amd64.zip", + "hash": "645ace11178c84b6b6c5793cac0e01a2f0a06e12c3b4affcbc1733d6353c371b" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",