2020-06-10 22:00:27 +00:00

35 lines
1.2 KiB
JSON

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