2021-06-05 00:19:52 -07:00

35 lines
1.2 KiB
JSON

{
"version": "1.9.6",
"description": "Service Discovery and Configuration",
"homepage": "https://www.consul.io",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.9.6/consul_1.9.6_windows_amd64.zip",
"hash": "f4d43e1b316787ad20665ee8aee44f113cde9bef7a50d9ac7e9484bbfe450607"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.9.6/consul_1.9.6_windows_386.zip",
"hash": "38ca00b29c87605dd7e31bcfc26e43619bb3aa230385385ca93348c89df104ec"
}
},
"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"
}
}
}