jx: Update to version 3.2.143

This commit is contained in:
Jakub Čábera 2021-06-19 01:40:29 -07:00
parent a2d90b94f9
commit 7a207e6da6

View File

@ -1,12 +1,12 @@
{ {
"version": "3.2.140", "version": "3.2.143",
"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.140/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.143/jx-windows-amd64.zip",
"hash": "bdf06febfc6f6ad0f81fee5d2275a1450a176300ff278304831415727076b0d0" "hash": "e1364fe42b668c4fee2b0f8049b0d84936e9ddae9ea482aae63e37ab112f10d2"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",