From 17ecba2e1d1480dc2b9d3a7de4d407cadbe8202c Mon Sep 17 00:00:00 2001 From: Rui Lopes Date: Sat, 17 Dec 2016 14:42:00 +0000 Subject: [PATCH] update to upstream release 5.1.1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index adb5dc9..9ee80a3 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ X64?= false -ES_FILE_VERSION=5.0.1 +ES_FILE_VERSION=5.1.1 ES_VERSION=$(ES_FILE_VERSION) -ES_SHA1=80edb595961fad8254fc2b5bf1b1889de6d3ec7f +ES_SHA1=d4b966c19c85dd2cb9a5b9750193f82f49e63717 ES_NAME=elasticsearch-$(ES_VERSION) ES_HOME=vendor/$(ES_NAME) ES_LIB=$(ES_HOME)/lib