2021-12-14 08:29:17 +00:00

35 lines
1.2 KiB
JSON

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