jx: Update to version 3.10.110

This commit is contained in:
github-actions[bot] 2023-09-15 12:31:10 +00:00
parent 0af862b696
commit 224369a1fc

View File

@ -1,16 +1,16 @@
{ {
"version": "3.10.109", "version": "3.10.110",
"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.109/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.110/jx-windows-amd64.zip",
"hash": "1a1c9509726890488dc8a47ecaff5f2e23efbea020bc118ed04a029b6cb0d193" "hash": "1b18cd03b55d675a5358f816e733442960c42ec71c2c919522751dcbfb451876"
}, },
"arm64": { "arm64": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.109/jx-windows-arm64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.110/jx-windows-arm64.zip",
"hash": "b22c9f987b75ea23def6d527f6c590781a7eaa0397a9340fe94a5db74c9c3021" "hash": "d30c7b1d31acc5f1c503df5b8fb707762a8f0277bc4fe09b22673455fca035ee"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",