jx: Update to version 3.2.130

This commit is contained in:
Jakub Čábera 2021-06-09 19:49:46 -07:00
parent a5ce24b704
commit de3df4fe5c

View File

@ -1,12 +1,12 @@
{ {
"version": "3.2.128", "version": "3.2.130",
"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.128/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.130/jx-windows-amd64.zip",
"hash": "2f6e1ab15f9d6afa75eb083bfffa76b4d3a51fccc51f03bb432b22e95251567f" "hash": "3cb6ff6d27d5f8408fbf3853afe458e61d5396059177d702b2369489dd9114fa"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",