jx: Update to version 3.2.165

This commit is contained in:
Jakub Čábera 2021-07-06 23:21:58 -07:00
parent e700a1477e
commit 64c30d4ded

View File

@ -1,12 +1,12 @@
{ {
"version": "3.2.164", "version": "3.2.165",
"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.164/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.165/jx-windows-amd64.zip",
"hash": "b601641638c08e8717f84a97b3153bd754c4d161c07cfe711c0ad604cdc3d22a" "hash": "fb1f39a8fc530d40ccddbfb70e1fdefd1f19ff63e617f2c077b04507b522011f"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",