ScoopInstaller_Main/consul.json
2017-10-27 19:23:31 +02:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.consul.io",
"license": "Mozilla Public License 2.0",
"version": "1.0.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.0.0/consul_1.0.0_windows_amd64.zip",
"hash": "3b65661d4cd0336f8c15b0edee483235c7d2025c987e95164ce7fa77ded3e16d"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.0.0/consul_1.0.0_windows_386.zip",
"hash": "b7415bb29eb56289b6bfa1a39638f55ba88fb443482d1c98ba79e86222f0b5c7"
}
},
"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"
}
}
}