2020-08-07 22:00:28 +00:00

35 lines
1.2 KiB
JSON

{
"homepage": "https://www.consul.io",
"description": "Service Discovery and Configuration",
"license": "MPL-2.0",
"version": "1.8.2",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.8.2/consul_1.8.2_windows_amd64.zip",
"hash": "a2764562431220b6e42e8225c6ef3c0dd071162f128ff18c7ae5be3c09a68a6f"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.8.2/consul_1.8.2_windows_386.zip",
"hash": "95a0d9837ce5ea957b4570d7bf10091123953f19327a7be9e2e82533ef403ec8"
}
},
"bin": "consul.exe",
"checkver": {
"url": "https://releases.hashicorp.com/consul/",
"re": "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"
}
}
}