2023-10-31 20:23:44 +00:00

35 lines
1.2 KiB
JSON

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