2021-06-22 15:00:35 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.9.7",
"description": "Service Discovery and Configuration",
"homepage": "https://www.consul.io",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.9.7/consul_1.9.7_windows_amd64.zip",
"hash": "90832f7666fe5c51afceeeba649c5da6fe23fcc96b8cdb5ae0e6014fc739a7a1"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.9.7/consul_1.9.7_windows_386.zip",
"hash": "37af1a4c725278ea534d7f415779fa4a8ed50c5006aee439bd565e3febf5fccf"
}
},
"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"
}
}
}