jx: Update to version 3.2.113

This commit is contained in:
Jakub Čábera 2021-05-24 03:40:10 -07:00
parent df6d8c5b5c
commit 62557a2213

View File

@ -1,12 +1,12 @@
{ {
"version": "3.2.111", "version": "3.2.113",
"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.111/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.113/jx-windows-amd64.zip",
"hash": "a678cae027073799af6b42f406e3a94b0e0b502d0e625de684a7663889ce8411" "hash": "511a4995741d580a6dc0beb734032bb669b686d10e2e555888dde78a2bd11eea"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",