jx: Update to version 3.2.144

This commit is contained in:
Jakub Čábera 2021-06-21 22:08:52 -07:00
parent 16f3ac9fd8
commit 4c3d933736

View File

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