jx: Update to version 3.2.108

This commit is contained in:
Jakub Čábera 2021-05-20 07:31:47 -07:00
parent 6cb380afd0
commit 2a9c9887c5

View File

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