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