mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://www.consul.io",
|
|
"description": "Service Discovery and Configuration ",
|
|
"license": "MPL-2.0",
|
|
"version": "1.2.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/consul/1.2.1/consul_1.2.1_windows_amd64.zip",
|
|
"hash": "f723071f989ecce68d90e68eb426d83e219582258530ac49ea29e9bf23b19377"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/consul/1.2.1/consul_1.2.1_windows_386.zip",
|
|
"hash": "48e4d3cfe7339ceddeb563b20c6472bfe23e661e43bf7fd203665fb59890c3ea"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|