consul: Update to version 1.3.1

This commit is contained in:
Richard Kuhnt 2018-11-13 23:01:50 +00:00
parent 6f1a57b913
commit da329ad0fb

View File

@ -2,20 +2,18 @@
"homepage": "https://www.consul.io",
"description": "Service Discovery and Configuration",
"license": "MPL-2.0",
"version": "1.3.0",
"version": "1.3.1",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/consul/1.3.0/consul_1.3.0_windows_amd64.zip",
"hash": "e5794fc22cd91da3e16af04fc322b82abdc1082cbc022511964277f422325bdb"
"url": "https://releases.hashicorp.com/consul/1.3.1/consul_1.3.1_windows_amd64.zip",
"hash": "c5f1b5e2fb0f535e48c3973088836f0eda493f9066d0505aee66be6528264bd3"
},
"32bit": {
"url": "https://releases.hashicorp.com/consul/1.3.0/consul_1.3.0_windows_386.zip",
"hash": "5cfc8050469a30e09fa1b2488738829a86ddc940f561640d523006498530e7e3"
"url": "https://releases.hashicorp.com/consul/1.3.1/consul_1.3.1_windows_386.zip",
"hash": "8a47087d18631319def09776c8ebf0c7eac126faef2ec1aed337c78bb4d5450d"
}
},
"bin": [
"consul.exe"
],
"bin": "consul.exe",
"checkver": {
"url": "https://releases.hashicorp.com/consul/",
"re": "consul_([\\d.]+)</a>"