jx: Update to version 3.10.129

This commit is contained in:
github-actions[bot] 2024-01-05 20:24:30 +00:00
parent b66b1a3e3d
commit a6a4792ad4

View File

@ -1,16 +1,16 @@
{
"version": "3.10.126",
"version": "3.10.129",
"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.126/jx-windows-amd64.zip",
"hash": "8dab598a87d64b2cdefe44867539c22ecbe9652b2fc15b2b4a655f1c9c656838"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.129/jx-windows-amd64.zip",
"hash": "fc3f5e55f5746cda1b4bc8e183d38700170dd3708c2e57bfc167f55f3127e275"
},
"arm64": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.126/jx-windows-arm64.zip",
"hash": "fae066cf260c81807b42192578f75b3c716b636abcca13722c6d69c0466d9f33"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.129/jx-windows-arm64.zip",
"hash": "b13c9437bc421b076c4f0acdda5a65813fa47191e73280ade3398219c4d510c9"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",