jx: Update to version 3.2.151

This commit is contained in:
Jakub Čábera 2021-06-24 21:25:54 -07:00
parent fb2b396b25
commit f56bb31f6b

View File

@ -1,12 +1,12 @@
{
"version": "3.2.148",
"version": "3.2.151",
"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.148/jx-windows-amd64.zip",
"hash": "81a2a9b8b51e7f6c6c6e03fa30fb1a52ad1b4947c0f02d1f1f0b8f60959b832b"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.151/jx-windows-amd64.zip",
"hash": "87a98cad0e994acb3df8520e20f0a8c7f0d3bfaecc6ae7a7546eaa5e420240a4"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",