diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/elasticsearch.rb | 5 |
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"] |
