jx: Update to version 3.2.177

This commit is contained in:
Jakub Čábera 2021-07-27 22:47:28 -07:00
parent abbf2020f5
commit 0f2c34e25c

View File

@ -1,12 +1,12 @@
{ {
"version": "3.2.175", "version": "3.2.177",
"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.175/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.177/jx-windows-amd64.zip",
"hash": "14242d77eef0969953ca2382f2bd4aa4ed4e53469b35613f780bc76e9af01176" "hash": "20b01731f11a781ac35c624663dfccc4f271803f3d2816b3140b2dea9a54a5c5"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",