From de3df4fe5ca3774f62aef44d168087f1520a1889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 9 Jun 2021 19:49:46 -0700 Subject: [PATCH] jx: Update to version 3.2.130 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 9c32d598d5..5d1996517e 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.128", + "version": "3.2.130", "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.128/jx-windows-amd64.zip", - "hash": "2f6e1ab15f9d6afa75eb083bfffa76b4d3a51fccc51f03bb432b22e95251567f" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.130/jx-windows-amd64.zip", + "hash": "3cb6ff6d27d5f8408fbf3853afe458e61d5396059177d702b2369489dd9114fa" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",