jx: Update to version 3.2.128

This commit is contained in:
Jakub Čábera 2021-06-08 19:45:20 -07:00
parent c77546e4a8
commit bf06ade587

View File

@ -1,12 +1,12 @@
{
"version": "3.2.127",
"version": "3.2.128",
"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.127/jx-windows-amd64.zip",
"hash": "67261e478eacb15ff22e0522e855803faaef52170c57df8b08d45958299a2de4"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.128/jx-windows-amd64.zip",
"hash": "2f6e1ab15f9d6afa75eb083bfffa76b4d3a51fccc51f03bb432b22e95251567f"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",