From 7c91992601605db6ad3d3da70ab2870a828f4d24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 20:24:05 +0000 Subject: [PATCH] jx: Update to version 3.10.119 --- bucket/jx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 07225d7f83..c095af4189 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,16 +1,16 @@ { - "version": "3.10.116", + "version": "3.10.119", "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.116/jx-windows-amd64.zip", - "hash": "741701309f057e041707743887ffbbc7e0edd590eb80f56d044b58d5272c11e2" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.119/jx-windows-amd64.zip", + "hash": "73a79d93fcaabcb904a1eb0c0e38632e2a9d4887c63eeac58d43b6f1023bd664" }, "arm64": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.116/jx-windows-arm64.zip", - "hash": "394a14dfadf86609812497a53da8fc74d5994eaa970a196e385b0a29db6038ef" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.119/jx-windows-arm64.zip", + "hash": "a5335f0793ab28157cb26569f895ee6b5b637fc168e0d9a0a1fd9da2b5ccafe1" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",