2019-11-14 17:00:15 +00:00

35 lines
1.2 KiB
JSON

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