elasticsearch: update elasticsearch to 6.5.1

This commit is contained in:
Albert Hopkins 2018-12-05 17:06:56 -08:00
parent 01f25f5ecb
commit a8ed4fc007
1 changed files with 1 additions and 1 deletions

View File

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