jx: Update to version 3.7.1

This commit is contained in:
github-actions[bot] 2022-10-01 16:30:45 +00:00
parent caadaa1e49
commit 701b32503b

View File

@ -1,12 +1,12 @@
{
"version": "3.5.33",
"version": "3.7.1",
"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.5.33/jx-windows-amd64.zip",
"hash": "c68cc24b23a3f0529cff1d728f2aaa9c38e0a887e3e94ef461e1bdcdb59aae0d"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.7.1/jx-windows-amd64.zip",
"hash": "d51414e22eb8a759daebc6b92975a2ef43d63fd2439691156f238401aafeb496"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",