jx: Update to version 3.2.152

This commit is contained in:
Jakub Čábera 2021-06-25 21:11:37 -07:00
parent 6d42258a8a
commit 0c08df40ac

View File

@ -1,12 +1,12 @@
{ {
"version": "3.2.151", "version": "3.2.152",
"description": "A command line tool for installing and using Jenkins X", "description": "A command line tool for installing and using Jenkins X",
"homepage": "https://github.com/jenkins-x/jx", "homepage": "https://github.com/jenkins-x/jx",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.151/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.152/jx-windows-amd64.zip",
"hash": "87a98cad0e994acb3df8520e20f0a8c7f0d3bfaecc6ae7a7546eaa5e420240a4" "hash": "23fe53a97cefd36540cbf838fe606515155dc82f3f7d21831ef2bd57fdd28659"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",