aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMartin Seeler2014-11-05 18:00:09 +0100
committerMike McQuaid2014-11-07 09:06:23 +0000
commitdc11846993468effbdc124fd3e6b018b92a08a1d (patch)
tree308ed0c19d1d1b8d7183f24cc8c82348fae48f84 /Library/Formula
parent4a316c496a447da9d4be9d760179cc28d4827379 (diff)
downloadhomebrew-dc11846993468effbdc124fd3e6b018b92a08a1d.tar.bz2
elasticsearch 1.4.0
Closes #33943. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/elasticsearch.rb5
1 files changed, 3 insertions, 2 deletions
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"]