jx: Update to version 3.2.127

This commit is contained in:
Jakub Čábera 2021-06-07 09:31:15 -07:00
parent 24c3e9918d
commit bbf5588679

View File

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