2024-03-27 01:14:42 +00:00

35 lines
1.2 KiB
JSON

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