From 505d433a022554186a134a5c41ff4d234bd48ec3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:32:12 +0000 Subject: [PATCH] jx: Update to version 3.10.115 --- bucket/jx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index eb975ec8c1..0123b9f437 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,16 +1,16 @@ { - "version": "3.10.114", + "version": "3.10.115", "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.114/jx-windows-amd64.zip", - "hash": "9d8edd03cbc241b1119f10f75d3986498bc0b34b2a1458fb7246a57d137be7ed" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.115/jx-windows-amd64.zip", + "hash": "8b9f365763bccf41cea74e92020388eafc32a7393ff7c36dbe6662e739185c68" }, "arm64": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.114/jx-windows-arm64.zip", - "hash": "ee686dc0a16867e39252adf0cc369e46a978f540030cb650d092dfdc2eb60cd1" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.115/jx-windows-arm64.zip", + "hash": "8230b728c8c4f01e426fcc179537c7fbfc0c965771628e9039ba6c3ef6643e9c" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",