Skip to content

Commit

Permalink
update to upstream release 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Apr 25, 2017
1 parent 47a7066 commit 865b46e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
X64?= false

ES_FILE_VERSION=5.3.0
ES_FILE_VERSION=5.3.1
ES_VERSION=$(ES_FILE_VERSION)
ES_SHA1=d96a04a488eac61b9cc8db2872e31268a2c9f237
ES_SHA1=e928a85e4b98edbd91eb0b7fe37a3e6c90b50dba
ES_NAME=elasticsearch-$(ES_VERSION)
ES_HOME=vendor/$(ES_NAME)
ES_LIB=$(ES_HOME)/lib
Expand Down Expand Up @@ -107,8 +107,8 @@ $(JRE):
--insecure \
-L \
-b oraclelicense=accept-securebackup-cookie \
-o vendor/jre-64/server-jre-8u121-windows-x64.tar.gz \
http://download.oracle.com/otn-pub/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/server-jre-8u121-windows-x64.tar.gz
-o vendor/jre-64/server-jre-8u131-windows-x64.tar.gz \
http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/server-jre-8u131-windows-x64.tar.gz
tar xf vendor/jre-64/server-jre-*.tar.gz -C vendor/jre-64
mv vendor/jre-64/jdk*/jre vendor/jre-64
# NB if you need to update the JRE run phantomjs jre.js
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch.iss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#define ServiceAccountName "elasticsearch"
#define ServiceName "elasticsearch"
#define JreVersion "8u121"
#define JreVersion "8u131"
#define ESPath "vendor\elasticsearch-" + AppVersion
#ifdef _WIN64
#define Bits "64"
Expand Down

0 comments on commit 865b46e

Please sign in to comment.