From dc11846993468effbdc124fd3e6b018b92a08a1d Mon Sep 17 00:00:00 2001 From: Martin Seeler Date: Wed, 5 Nov 2014 18:00:09 +0100 Subject: elasticsearch 1.4.0 Closes #33943. Signed-off-by: Mike McQuaid --- Library/Formula/elasticsearch.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb index a59ed5fca..4d09008a2 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -2,8 +2,8 @@ require "formula" class Elasticsearch < Formula homepage "http://www.elasticsearch.org" - url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.4.tar.gz" - sha1 "6d63c5d95a6fecf88ce1673fee2aa47720c9e300" + url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.0.tar.gz" + sha1 "728913722bc94dad4cb5e759a362f09dc19ed6fe" depends_on :java => "1.7" @@ -26,6 +26,7 @@ class Elasticsearch < Formula # Remove Windows files rm_f Dir["bin/*.bat"] + rm_f Dir["bin/*.exe"] # Move libraries to `libexec` directory libexec.install Dir["lib/*.jar"] -- cgit v1.2.3