mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41: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.4.4",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/consul/1.4.4/consul_1.4.4_windows_amd64.zip",
|
|
"hash": "ddf74a6cd692796a46c88b096f57d25311374f4a4172084e96b90a6e7c3ac7d5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/consul/1.4.4/consul_1.4.4_windows_386.zip",
|
|
"hash": "601e4b433a35b3be0b54c60e2d89e307ec01cb710946aa83935b0737f9d456ce"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|