jx: Update to version 3.2.205

This commit is contained in:
Jakub Čábera 2021-10-14 21:09:54 -07:00
parent 2256e6ab5d
commit b81910af9f

View File

@ -1,12 +1,12 @@
{
"version": "3.2.202",
"version": "3.2.205",
"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.202/jx-windows-amd64.zip",
"hash": "63e296714e7f2f1e2e0234ff099c16a79b66e85da74f9a58946502da3897647a"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.205/jx-windows-amd64.zip",
"hash": "5386608842926c090e1ca55ac169690d92854a8a8cb2e0646098979b837db288"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",