{ "homepage": "https://github.com/jenkins-x/jx", "description": "A command line tool for installing and using Jenkins X", "license": "Apache-2.0", "version": "1.3.948", "architecture": { "64bit": { "url": "https://github.com/jenkins-x/jx/releases/download/v1.3.948/jx-windows-amd64.zip", "hash": "c5ac5c6ca79936a3d066f4c40a2d0c42d4d1967ebaf02950d297803b32d6c1f2" } }, "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" }