From 364686ca3817c3eacbc000bc8d39b58822fbb157 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:29:17 +0000 Subject: [PATCH] jx: Update to version 3.10.166 --- bucket/jx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index fccd80ef2c..f81df59c91 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,16 +1,16 @@ { - "version": "3.10.161", + "version": "3.10.166", "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.161/jx-windows-amd64.zip", - "hash": "58559d36611faef18ab12bdcd327622dbd3923115492f739b94853055b3f8afd" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.166/jx-windows-amd64.zip", + "hash": "4b7572a3c61d93d3579b1564f4a33753ded696e6d45581c88154611bb179efc6" }, "arm64": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.161/jx-windows-arm64.zip", - "hash": "f32d87f98be55da7e44c5f86a935fff1b7ce0162b718e8a4f5ad2fc40ef43642" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.166/jx-windows-arm64.zip", + "hash": "7e4e764bfc63c1797bdd29259a6636d5c3f50d263d428a1e7d804c2248857fe2" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",