ScoopInstaller_Main/consul.json
2018-04-13 18:00:19 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.consul.io",
"license": "Mozilla Public License 2.0",
"version": "1.0.7",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.0.7/consul_1.0.7_windows_amd64.zip",
"hash": "a059c942420ef0e782a80a1914dcc9a4752dad75748460d139c54a6fefba5863"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.0.7/consul_1.0.7_windows_386.zip",
"hash": "654edce5b73a85db4e55d8cf9ccacff2750685b4b160e31afc226f43d8a2ef4d"
}
},
"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"
}
}
}