2020-03-16 21:01:49 +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.2",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.7.2/consul_1.7.2_windows_amd64.zip",
"hash": "e9b9355f77f80b2c0940888cb0d27c44a5879c31e379ef21ffcfd36c91d202c1"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.7.2/consul_1.7.2_windows_386.zip",
"hash": "3833720e8bb02921a47e53cbb2b0195e06efcc6deb8c94eef8500a685828bae7"
}
},
"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"
}
}
}