2024-01-23 20:24:48 +00:00

35 lines
1.2 KiB
JSON

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