2022-01-14 04:29:57 +00:00

35 lines
1.2 KiB
JSON

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