ScoopInstaller_Main/consul.json
2018-05-13 13:24:09 +02:00

37 lines
1.2 KiB
JSON

{
"homepage": "https://www.consul.io",
"description": "Service Discovery and Configuration ",
"license": "MPL-2.0",
"version": "1.1.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.1.0/consul_1.1.0_windows_amd64.zip",
"hash": "24ee62353daf2dd446d1aa8daf6ff0c391d24b1725140ce21b5cc98bb551254d"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.1.0/consul_1.1.0_windows_386.zip",
"hash": "793c8645ebeb86058435427e99b46a7f1693c2e0d75361342a6b69ea51d9a029"
}
},
"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"
}
}
}