From e7a3c0599a52b4ecf34bdf496f8453b54de31f99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 20:27:30 +0000 Subject: [PATCH] jx: Update to version 3.2.241 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index c6ea78350e..dbfa6d430c 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.236", + "version": "3.2.241", "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.2.236/jx-windows-amd64.zip", - "hash": "f37184095e82a93312b8e02018c4ffd1ee3f023023a928fce84db75ea9a9d1e3" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.241/jx-windows-amd64.zip", + "hash": "f8671ef294088ecdb03168e8c59520902dc59449e2da6357aa92a72496ce2b08" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",