ScoopInstaller_Main/consul.json
2017-12-15 16:01:48 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.consul.io",
"license": "Mozilla Public License 2.0",
"version": "1.0.2",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.0.2/consul_1.0.2_windows_amd64.zip",
"hash": "4058901d1bd152fa17c380823e78634547d766ebd0414da6daa9357c3cea6ae8"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.0.2/consul_1.0.2_windows_386.zip",
"hash": "64cd54847178ffe6447a10dd5839e06567c3c6f6e402c514265880f77f28760c"
}
},
"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"
}
}
}