jx: Update to version 3.2.105

This commit is contained in:
Jakub Čábera 2021-05-19 09:40:47 -07:00
parent 73a7fd39de
commit 3a85557500

View File

@ -1,12 +1,12 @@
{ {
"version": "3.2.104", "version": "3.2.105",
"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.104/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.105/jx-windows-amd64.zip",
"hash": "a568fa48f6aef46ab10ae7ee7d5eebacfdf98601ec978bd401e8f21f64919c1e" "hash": "ec7a01c3c79500c3e3abf9380a0e8b6549e1438dbc56531dce1c2e1e1d5c0294"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",