jx: Update to version 3.2.187

This commit is contained in:
Jakub Čábera 2021-08-16 02:33:36 -07:00
parent 8885a6fb33
commit 82b5669c29

View File

@ -1,12 +1,12 @@
{ {
"version": "3.2.186", "version": "3.2.187",
"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.186/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.187/jx-windows-amd64.zip",
"hash": "adc7b6670035c90da2c02660910ddc48509857fda9aab64c399206cfc35365f0" "hash": "037345a8ce3c93072c2294fe38b35b370b1705474ccec7a7d92e5ee137d38710"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",