jx: Update to version 3.2.167

This commit is contained in:
Jakub Čábera 2021-07-07 09:09:25 -07:00
parent 5f6a6c9fe1
commit 2b03c08755

View File

@ -1,12 +1,12 @@
{
"version": "3.2.165",
"version": "3.2.167",
"description": "A command line tool for installing and using Jenkins X",
"homepage": "https://github.com/jenkins-x/jx",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.165/jx-windows-amd64.zip",
"hash": "fb1f39a8fc530d40ccddbfb70e1fdefd1f19ff63e617f2c077b04507b522011f"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.167/jx-windows-amd64.zip",
"hash": "8b8e88f0b51c7f5fbab667addfc8c28cb59bc3c4fc13b404d318b922df3bdb34"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",