2020-09-11 15:00:19 +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.4",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.8.4/consul_1.8.4_windows_amd64.zip",
"hash": "7ebcc73f2a225b3c880ae0d7e38b7a441f5aad715f8ab16eccc71818be3e9df8"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.8.4/consul_1.8.4_windows_386.zip",
"hash": "5595912489d0b9189a03c4e9928cb8b04cc83d7bc5fe33ead8ecd86314b104d1"
}
},
"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"
}
}
}