jx: Update to version 3.2.154

This commit is contained in:
Jakub Čábera 2021-06-30 02:30:35 -07:00
parent 63583d5da4
commit 299afe2a23

View File

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