jx: Update to version 3.2.159

This commit is contained in:
Jakub Čábera 2021-07-02 05:15:34 -07:00
parent b7f72e0d90
commit b80e592bb8

View File

@ -1,12 +1,12 @@
{
"version": "3.2.158",
"version": "3.2.159",
"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.158/jx-windows-amd64.zip",
"hash": "9c8ac7cfc2215acf03e47c1d67df7f50cbc59babcfc428f7d7c9939f6627c3d3"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.159/jx-windows-amd64.zip",
"hash": "872bc567ad72622c1aedad50783a00d5dde47af1cfc0b2913409c205487a204a"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",