diff --git a/consul.json b/consul.json new file mode 100644 index 0000000000..e1e8368f05 --- /dev/null +++ b/consul.json @@ -0,0 +1,35 @@ +{ + "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.]+)" + }, + "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" + } + } +}