{ "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.967", "architecture": { "64bit": { "url": "https://github.com/jenkins-x/jx/releases/download/v1.3.967/jx-windows-amd64.zip", "hash": "7180f0b110100d8c096567f3186b4dd8c09e52322db146bdf8b289b192f68f2a" } }, "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" }