jx: Update to version 3.2.120

This commit is contained in:
Jakub Čábera 2021-05-27 07:16:56 -07:00
parent bade96ec5d
commit 124b5bb9ae

View File

@ -1,12 +1,12 @@
{ {
"version": "3.2.119", "version": "3.2.120",
"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.2.119/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.120/jx-windows-amd64.zip",
"hash": "922ae70e82a54f2310011b73ca7cea732255b65cd4b5f10b7d8897c6356e83c3" "hash": "a69ec643ae17617f8f06f940f7a6c1f4c546484849e8ade7df6938ab053aefdb"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",