From c9034e97e178e48cdabeec1b208ae66bc53165f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 04:26:38 +0000 Subject: [PATCH] jx: Update to version 3.10.100 --- bucket/jx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 6ef3efc302..dc9679ca2d 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,16 +1,16 @@ { - "version": "3.10.98", + "version": "3.10.100", "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.10.98/jx-windows-amd64.zip", - "hash": "013a543a2b5fd5f8b0fd61610f1b2c7a761fbc1c712f44a93b219c392bd6ed5f" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.100/jx-windows-amd64.zip", + "hash": "8fbb23d97fa8b94f8a4e0a6f573895562c4ce21684ceacb46c223c06a9cbcb70" }, "arm64": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.98/jx-windows-arm64.zip", - "hash": "db454922e15e98e60a7960f5d0a88e1a8535caa2eff8c51fcd496381e9a93166" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.100/jx-windows-arm64.zip", + "hash": "85831f5655235dafab6706c2f36c1f5cbf2b6c4dd6ce7b25cefa570e707c4683" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",