jx: Update to version 3.2.115

This commit is contained in:
Jakub Čábera 2021-05-24 22:18:34 -07:00
parent fc07d15669
commit 34e7ef7f05

View File

@ -1,12 +1,12 @@
{
"version": "3.2.113",
"version": "3.2.115",
"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.113/jx-windows-amd64.zip",
"hash": "511a4995741d580a6dc0beb734032bb669b686d10e2e555888dde78a2bd11eea"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.115/jx-windows-amd64.zip",
"hash": "c8c8ae3b0757d3e43e5d070d4e13d4fbe1f44b090f104fa05426c23d997e1a23"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",