2022-11-15 20:28:03 +00:00

35 lines
1.2 KiB
JSON

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