jx: Update to version 3.2.230

This commit is contained in:
Richard Kuhnt 2021-12-03 18:02:00 +00:00
parent 8f3b72b3e6
commit 19aaa767bc

View File

@ -1,12 +1,12 @@
{ {
"version": "3.2.217", "version": "3.2.230",
"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.217/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.230/jx-windows-amd64.zip",
"hash": "36af72d72dc0c35ff87211745b09e9f7f43d4f7ead1ac5c521b5f432b0b7f8f8" "hash": "1f096256df2040294533f69b361afe1068454e776a1353d8132794f25443bffa"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",