{
    "version": "1.22.7",
    "description": "Service Discovery and Configuration",
    "homepage": "https://www.consul.io",
    "license": "MPL-2.0",
    "architecture": {
        "64bit": {
            "url": "https://releases.hashicorp.com/consul/1.22.7/consul_1.22.7_windows_amd64.zip",
            "hash": "04b719261fa442a0498f9de7cf434341a531a74f11910db2463c6a0f91e829fc"
        },
        "32bit": {
            "url": "https://releases.hashicorp.com/consul/1.22.7/consul_1.22.7_windows_386.zip",
            "hash": "b7884ec4147f9750731d070f759b622f55f9211e654bfcccbb80091d97ec39bb"
        }
    },
    "bin": "consul.exe",
    "checkver": {
        "url": "https://releases.hashicorp.com/consul/",
        "regex": "consul_([\\d.]+)</a>"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://releases.hashicorp.com/consul/$version/consul_$version_windows_amd64.zip"
            },
            "32bit": {
                "url": "https://releases.hashicorp.com/consul/$version/consul_$version_windows_386.zip"
            }
        },
        "hash": {
            "url": "$baseurl/consul_$version_SHA256SUMS"
        }
    }
}
