mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.21.5",
|
|
"description": "Service Discovery and Configuration",
|
|
"homepage": "https://www.consul.io",
|
|
"license": "MPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/consul/1.21.5/consul_1.21.5_windows_amd64.zip",
|
|
"hash": "d6b11264a7e8de20aac0975ff92255a8df08c47267d8b2338860e777a5774e32"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/consul/1.21.5/consul_1.21.5_windows_386.zip",
|
|
"hash": "0b0da391503957808ce5473947a578ea698573c1433cdc1fffb083493a049266"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|