jx: Update to version 3.2.184

This commit is contained in:
Jakub Čábera 2021-08-11 09:52:01 -07:00
parent 8cb3160bdf
commit ed208d0e2b

View File

@ -1,12 +1,12 @@
{
"version": "3.2.183",
"version": "3.2.184",
"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.183/jx-windows-amd64.zip",
"hash": "524c2fbd5a334de73f382599c3d1ffc0d1557058b1ed9f3b3981c7ffea2bc632"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.184/jx-windows-amd64.zip",
"hash": "260b715f481a0a0b1dc53e197ac114c6c18908a1f8b1540bc0b867dd170aad10"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",