2021-08-27 23:01:48 +00:00

35 lines
1.2 KiB
JSON

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