jx: Update to version 3.2.170

This commit is contained in:
Jakub Čábera 2021-07-13 11:05:08 -07:00
parent 1f6ec89238
commit 0fc59a9fc6

View File

@ -1,12 +1,12 @@
{ {
"version": "3.2.169", "version": "3.2.170",
"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.169/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.170/jx-windows-amd64.zip",
"hash": "394395ba2b38ca09345e17b1eb9be64b97e9b4a69d44bfbdce07635c15e93708" "hash": "2c03b2fb9f1cd36b7eed69cd35744610927097b33280bea38d65c4a0129b4d8b"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",