jx: Update to version 3.2.97

This commit is contained in:
Jakub Čábera 2021-05-15 00:03:15 -07:00
parent 2bc950f1c5
commit d7a11107b2

View File

@ -1,12 +1,12 @@
{
"version": "3.2.95",
"version": "3.2.97",
"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.95/jx-windows-amd64.zip",
"hash": "8144bb2905e8b473a32a77ceb9f0be900d9c53ad272c69de82b43a2592359dfa"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.97/jx-windows-amd64.zip",
"hash": "133ec50cdaefcb60d8403da0441c5f53bc6c5d27b7653a442551bb65908d3e66"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",