elasticsearch: upgrade to elasticsearch-5.4.0

This commit is contained in:
Albert Hopkins 2017-05-22 03:14:54 +00:00
parent 2db0b80334
commit 4336143b00
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ES_HOME ?= /var/lib/elasticsearch
ES_VER ?= 5.2.2
ES_VER ?= 5.4.0
ES_TARBALL = elasticsearch-$(ES_VER).tar.gz
ES_URL = https://artifacts.elastic.co/downloads/elasticsearch/$(ES_TARBALL)