elasticsearch: update to elasticsearch 2.4.1

This commit is contained in:
Albert Hopkins 2016-10-21 02:01:43 +00:00
parent b78dd0b2b1
commit adb598e71d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ES_HOME ?= /var/lib/elasticsearch
ES_VER ?= 2.3.5
ES_VER ?= 2.4.1
ES_TARBALL = elasticsearch-$(ES_VER).tar.gz
ES_URL = https://download.elastic.co/elasticsearch/elasticsearch/$(ES_TARBALL)