From 48a5dcedb59356b00bfc9a1a21e80ca5a795d12d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 04:25:46 +0000 Subject: [PATCH] jx: Update to version 3.10.90 --- bucket/jx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 336d5bd2d9..95b8f750cb 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,16 +1,16 @@ { - "version": "3.10.89", + "version": "3.10.90", "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.89/jx-windows-amd64.zip", - "hash": "8302a28f34a0fdfed33b7704b692df972bbd2f274208bc0402d91208dec1f037" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.90/jx-windows-amd64.zip", + "hash": "5a9bcedc25ebc375ec4d93c63df2ca294e8eec03c635d57b528194c2eedfc802" }, "arm64": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.89/jx-windows-arm64.zip", - "hash": "a48de9a7500f57aaacf0ad9c3e7a8f2a82bc281d6b53eb9a770e37f70337411f" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.90/jx-windows-arm64.zip", + "hash": "7f2c8029dd8744ff1af31ae1b351b3c5277f0bc2e7ce98244674b8d7a2ebca80" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",