2020-11-20 02:01:47 +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.6",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.8.6/consul_1.8.6_windows_amd64.zip",
"hash": "28ea9819ea5b3a6a21260d74201232d9ddadd971b7926eda88c2eecd778e2822"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.8.6/consul_1.8.6_windows_386.zip",
"hash": "fcfabd7836c46bbf1d5a1c78b5206141bb0494242d4a9897ee0a466dab91a0ee"
}
},
"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"
}
}
}