elasticsearch: updates

This commit is contained in:
Albert Hopkins 2018-10-04 22:17:51 -07:00
parent 8ff7dc21b9
commit 1870d912c2
1 changed files with 1 additions and 1 deletions

View File

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