jx: Update to version 3.10.115

This commit is contained in:
github-actions[bot] 2023-09-29 12:32:12 +00:00
parent 50f8198ed9
commit 505d433a02

View File

@ -1,16 +1,16 @@
{ {
"version": "3.10.114", "version": "3.10.115",
"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.114/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.115/jx-windows-amd64.zip",
"hash": "9d8edd03cbc241b1119f10f75d3986498bc0b34b2a1458fb7246a57d137be7ed" "hash": "8b9f365763bccf41cea74e92020388eafc32a7393ff7c36dbe6662e739185c68"
}, },
"arm64": { "arm64": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.114/jx-windows-arm64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.115/jx-windows-arm64.zip",
"hash": "ee686dc0a16867e39252adf0cc369e46a978f540030cb650d092dfdc2eb60cd1" "hash": "8230b728c8c4f01e426fcc179537c7fbfc0c965771628e9039ba6c3ef6643e9c"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",