jx: Update to version 3.2.168

This commit is contained in:
Jakub Čábera 2021-07-09 00:16:15 -07:00
parent 756acfd87d
commit 96553b1fb3

View File

@ -1,12 +1,12 @@
{
"version": "3.2.167",
"version": "3.2.168",
"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.167/jx-windows-amd64.zip",
"hash": "8b8e88f0b51c7f5fbab667addfc8c28cb59bc3c4fc13b404d318b922df3bdb34"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.168/jx-windows-amd64.zip",
"hash": "818df7587cae1bb32088995bba8155ac45d5b165e2b38bff8fa3288794ce0d11"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",