2021-12-15 04:30:21 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.11.0",
"description": "Service Discovery and Configuration",
"homepage": "https://www.consul.io",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.11.0/consul_1.11.0_windows_amd64.zip",
"hash": "b38d40bc7f77ae01e4698643f4db30f01968fa935a9ff1e1b92f7fa9ac1a44ff"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.11.0/consul_1.11.0_windows_386.zip",
"hash": "0e3cef988103b12033690c57d31ed52f39942cb04dc025a052c07c8ee71195c0"
}
},
"bin": "consul.exe",
"checkver": {
"url": "https://releases.hashicorp.com/consul/",
"regex": "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"
}
}
}