mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.10.0",
|
|
"description": "Service Discovery and Configuration",
|
|
"homepage": "https://www.consul.io",
|
|
"license": "MPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/consul/1.10.0/consul_1.10.0_windows_amd64.zip",
|
|
"hash": "14b10b3106800b256042d41cf19938423f8b65c1f72180355ff7495d0220a77b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/consul/1.10.0/consul_1.10.0_windows_386.zip",
|
|
"hash": "8d9542b34f9cb17baf8bd1255449db2a1657e90d850dd3380e0816850d5e8af1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|