jx: Update to version 3.2.133

This commit is contained in:
Jakub Čábera 2021-06-11 09:01:21 -07:00
parent 4efa7ba75b
commit 227f6977dd

View File

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