2019-05-08 20:00:54 +00:00

35 lines
1.2 KiB
JSON

{
"homepage": "https://www.consul.io",
"description": "Service Discovery and Configuration",
"license": "MPL-2.0",
"version": "1.5.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.5.0/consul_1.5.0_windows_amd64.zip",
"hash": "587fed362f7cecf3a40a8dca7789107c261826951a005546dac31b49270d947c"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.5.0/consul_1.5.0_windows_386.zip",
"hash": "80e99a581a4f018e68e570d92c77798c7f4a194002a1fb5b124079e9b9c68ec9"
}
},
"bin": "consul.exe",
"checkver": {
"url": "https://releases.hashicorp.com/consul/",
"re": "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"
}
}
}