jx: Update to version 3.10.100

This commit is contained in:
github-actions[bot] 2023-09-01 04:26:38 +00:00
parent abb0912e9f
commit c9034e97e1

View File

@ -1,16 +1,16 @@
{ {
"version": "3.10.98", "version": "3.10.100",
"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.98/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.100/jx-windows-amd64.zip",
"hash": "013a543a2b5fd5f8b0fd61610f1b2c7a761fbc1c712f44a93b219c392bd6ed5f" "hash": "8fbb23d97fa8b94f8a4e0a6f573895562c4ce21684ceacb46c223c06a9cbcb70"
}, },
"arm64": { "arm64": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.98/jx-windows-arm64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.100/jx-windows-arm64.zip",
"hash": "db454922e15e98e60a7960f5d0a88e1a8535caa2eff8c51fcd496381e9a93166" "hash": "85831f5655235dafab6706c2f36c1f5cbf2b6c4dd6ce7b25cefa570e707c4683"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",