jx: Update to version 3.10.114

This commit is contained in:
github-actions[bot] 2023-09-27 16:28:59 +00:00
parent 0aeb6d490a
commit f3fb929de1

View File

@ -1,16 +1,16 @@
{
"version": "3.10.112",
"version": "3.10.114",
"description": "A command line tool for installing and using Jenkins X",
"homepage": "https://github.com/jenkins-x/jx",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.112/jx-windows-amd64.zip",
"hash": "2390c7c78d56d218294994eae03e47582ea28884941685bda79b363a67e2b702"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.114/jx-windows-amd64.zip",
"hash": "9d8edd03cbc241b1119f10f75d3986498bc0b34b2a1458fb7246a57d137be7ed"
},
"arm64": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.112/jx-windows-arm64.zip",
"hash": "43dab6ae92f0c5b641c4cf88e4985944aaa961789abbd803e8f9c1bb82c8b8d9"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.114/jx-windows-arm64.zip",
"hash": "ee686dc0a16867e39252adf0cc369e46a978f540030cb650d092dfdc2eb60cd1"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",