2022-04-20 20:27:44 +00:00

35 lines
1.2 KiB
JSON

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