From ded02a100ba93f6c861b0c6eafdf9764fe064b35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:30:09 +0000 Subject: [PATCH] jx: Update to version 3.10.111 --- bucket/jx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index b221dbcf46..34d79b304d 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,16 +1,16 @@ { - "version": "3.10.110", + "version": "3.10.111", "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.110/jx-windows-amd64.zip", - "hash": "1b18cd03b55d675a5358f816e733442960c42ec71c2c919522751dcbfb451876" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.111/jx-windows-amd64.zip", + "hash": "08943aa788938ce46767221f51c0bd712015c2a85cc99c03987c8d022d347b2a" }, "arm64": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.110/jx-windows-arm64.zip", - "hash": "d30c7b1d31acc5f1c503df5b8fb707762a8f0277bc4fe09b22673455fca035ee" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.111/jx-windows-arm64.zip", + "hash": "ba1a4b620c85b0d4cdc745d0de785b7ea787c61b0ae77fabdc2c2196e8f02930" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",