jx: Update to version 3.10.170

This commit is contained in:
github-actions[bot] 2024-10-29 20:28:11 +00:00
parent 07b4691697
commit 72037890b1

View File

@ -1,16 +1,16 @@
{ {
"version": "3.10.169", "version": "3.10.170",
"description": "A command line tool for installing and using Jenkins X", "description": "A command line tool for installing and using Jenkins X",
"homepage": "https://github.com/jenkins-x/jx", "homepage": "https://github.com/jenkins-x/jx",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.169/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.170/jx-windows-amd64.zip",
"hash": "7962559465f3f567ad56f9c9bf909751aecf43af6524923a9aa86fc2ace25b5a" "hash": "cd9b3c9cac95329d279e0b5843a92f332c75a316702a31906ff04e4d701fbc55"
}, },
"arm64": { "arm64": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.169/jx-windows-arm64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.170/jx-windows-arm64.zip",
"hash": "b5035e6dcc7551d938e9882ee08f1894dab81a80dbd66b48c17728a2b9464ebb" "hash": "3fbe07302efccf9047a11243941a234e474e9c5cc4f02c3a7b0e7de66eece703"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",