2022-07-14 00:34:21 +00:00

35 lines
1.2 KiB
JSON

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