{ "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.218", "architecture": { "64bit": { "url": "https://github.com/jenkins-x/jx/releases/download/v2.0.218/jx-windows-amd64.zip", "hash": "0f4f3dec32b472c31cdea6760d0a52024f0db5d6763911377dc5f70a8639dceb" } }, "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" }