jx: Update to version 3.2.196

This commit is contained in:
Jakub Čábera 2021-09-09 09:17:08 -07:00
parent e39433c4ee
commit a094dc2acf

View File

@ -1,12 +1,12 @@
{
"version": "3.2.188",
"version": "3.2.196",
"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.188/jx-windows-amd64.zip",
"hash": "5739966270a743d2b548985198e8606bdb0844c9e8fda7948592a246a42cc73f"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.196/jx-windows-amd64.zip",
"hash": "c15bee557a61db619fe6151209a11f29d3b10c64657a42679165447be71275bd"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",