jx: Update to version 3.2.300

This commit is contained in:
github-actions[bot] 2022-04-24 20:28:05 +00:00
parent 62b90259ec
commit 2bba5dd35b

View File

@ -1,12 +1,12 @@
{ {
"version": "3.2.299", "version": "3.2.300",
"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.299/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.300/jx-windows-amd64.zip",
"hash": "908099a1964f5df4779fed0892dd86018364c05ea122614d39437e2db4f9a65c" "hash": "b775893298097bb72e1b59e80a1dffc002b4976b49bc17c34cd03bd21cb5ee5c"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",