jx: Update to version 3.2.156

This commit is contained in:
Jakub Čábera 2021-06-30 06:42:14 -07:00
parent a29945245d
commit bdcb29b867

View File

@ -1,12 +1,12 @@
{
"version": "3.2.154",
"version": "3.2.156",
"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.154/jx-windows-amd64.zip",
"hash": "cff5066d9b6ee3769934ae4cbd6a5fa743865c73f455cfae6b8f3ba161b0ba76"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.156/jx-windows-amd64.zip",
"hash": "28b850f5213e820de046a3e7ae60a18eef74d469975130671906285803d53dcc"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",