elasticsearc: upgrade to elasticsearch-5

This commit is contained in:
Albert Hopkins 2017-03-19 14:32:19 +00:00
parent ba91dea6cd
commit 5df4a8a41c
1 changed files with 2 additions and 2 deletions

View File

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