jx: Update to version 3.2.217

This commit is contained in:
Richard Kuhnt 2021-11-14 11:00:35 +00:00
parent cbea6aba0c
commit 56786a2943

View File

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