2026-02-27 08:32:27 +00:00

35 lines
1.2 KiB
JSON

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