2023-06-26 20:26:36 +00:00

35 lines
1.2 KiB
JSON

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