mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 02:51:19 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://www.consul.io",
|
|
"description": "Service Discovery and Configuration",
|
|
"license": "MPL-2.0",
|
|
"version": "1.8.5",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/consul/1.8.5/consul_1.8.5_windows_amd64.zip",
|
|
"hash": "944ac590dd017eb30274a48a979395010b84b5c7f426513323b1b39a1cb03c65"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/consul/1.8.5/consul_1.8.5_windows_386.zip",
|
|
"hash": "6268fca3361da52662fc50d59a15eb95575952a1ba8664e08652f1c8cadea24f"
|
|
}
|
|
},
|
|
"bin": "consul.exe",
|
|
"checkver": {
|
|
"url": "https://releases.hashicorp.com/consul/",
|
|
"re": "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"
|
|
}
|
|
}
|
|
}
|