jx: Update to version 3.2.119

This commit is contained in:
Jakub Čábera 2021-05-26 11:02:01 -07:00
parent 61029f85cb
commit 9e09fc4941

View File

@ -1,12 +1,12 @@
{
"version": "3.2.118",
"version": "3.2.119",
"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.118/jx-windows-amd64.zip",
"hash": "645ace11178c84b6b6c5793cac0e01a2f0a06e12c3b4affcbc1733d6353c371b"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.119/jx-windows-amd64.zip",
"hash": "922ae70e82a54f2310011b73ca7cea732255b65cd4b5f10b7d8897c6356e83c3"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",