jx: Update to version 3.2.125

This commit is contained in:
Jakub Čábera 2021-06-07 01:32:07 -07:00
parent 8056d8f7dd
commit 5d820929b5

View File

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