{
    "version": "3.17.1",
    "description": "Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests",
    "homepage": "https://jenkins-x.io/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/jenkins-x/jx/releases/download/v3.17.1/jx-windows-amd64.zip",
            "hash": "bcb8de91e806655c2c450fe2f3d25b476d0a793528e15b926150e16a012c6950"
        }
    },
    "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",
    "bin": "jx.exe",
    "checkver": {
        "github": "https://github.com/jenkins-x/jx"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/jenkins-x/jx/releases/download/v$version/jx-windows-amd64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/jx-checksums.txt",
            "regex": "(?m)$checksum[\\x20\\t]+.*$basename(?:[\\x20\\t]+\\d+)?$"
        }
    }
}
