mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 14:31:35 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.17.0",
|
|
"description": "Service Discovery and Configuration",
|
|
"homepage": "https://www.consul.io",
|
|
"license": "MPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/consul/1.17.0/consul_1.17.0_windows_amd64.zip",
|
|
"hash": "6ee7955916898b37726dcd13df57d231a2334b9674fb364e06a1162c1c405fac"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/consul/1.17.0/consul_1.17.0_windows_386.zip",
|
|
"hash": "dddf1fae3487e18c9d6bc36cb42c7ce10f7333e59c506f7f19ae38069a3c4219"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|