{ "homepage": "https://github.com/jenkins-x/jx", "description": "A command line tool for installing and using Jenkins X", "license": "Apache-2.0", "version": "2.0.163", "architecture": { "64bit": { "url": "https://github.com/jenkins-x/jx/releases/download/v2.0.163/jx-windows-amd64.zip", "hash": "b4064e76990117980d9a25311d8110cc8f2166202a7961fc3054c92611507b13" } }, "bin": [ [ "jx-windows-amd64.exe", "jx" ] ], "checkver": "github", "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/jenkins-x/jx/releases/download/v$version/jx-windows-amd64.zip" } }, "hash": { "url": "$url.sha256" } }, "pre_install": "Stop-Process -Name jx -Verbose -ErrorAction Ignore" }