mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.consul.io",
|
|
"license": "Mozilla Public License 2.0",
|
|
"version": "1.0.6",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/consul/1.0.6/consul_1.0.6_windows_amd64.zip",
|
|
"hash": "33b95f2cf7387deac27d9f78b768b376919770fc5cc61b9437524f1a1a608c8a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/consul/1.0.6/consul_1.0.6_windows_386.zip",
|
|
"hash": "fc1f08a860a63e94f7edcd763b6773ec8f5f815f03b10806363879f24eb2c2e0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|