jx: Update to version 3.10.90

This commit is contained in:
github-actions[bot] 2023-07-28 04:25:46 +00:00
parent 5ae3d85418
commit 48a5dcedb5

View File

@ -1,16 +1,16 @@
{ {
"version": "3.10.89", "version": "3.10.90",
"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.89/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.90/jx-windows-amd64.zip",
"hash": "8302a28f34a0fdfed33b7704b692df972bbd2f274208bc0402d91208dec1f037" "hash": "5a9bcedc25ebc375ec4d93c63df2ca294e8eec03c635d57b528194c2eedfc802"
}, },
"arm64": { "arm64": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.89/jx-windows-arm64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.90/jx-windows-arm64.zip",
"hash": "a48de9a7500f57aaacf0ad9c3e7a8f2a82bc281d6b53eb9a770e37f70337411f" "hash": "7f2c8029dd8744ff1af31ae1b351b3c5277f0bc2e7ce98244674b8d7a2ebca80"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",