diff options
| author | Tyler Prete | 2014-12-17 19:06:08 -0800 |
|---|---|---|
| committer | Jack Nagel | 2014-12-17 22:34:10 -0500 |
| commit | 767bd051e6546cb5315f206c3525dd97cc279156 (patch) | |
| tree | ffed478f2e73649a1558310971a6bcd687c5e612 | |
| parent | 64051100e8ccc1b49cc8f8fda926c98c5a964b4d (diff) | |
| download | homebrew-767bd051e6546cb5315f206c3525dd97cc279156.tar.bz2 | |
elasticsearch 1.4.2
Closes #35077.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/elasticsearch.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb index 17bc82b7b..5992db9c4 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.4.1.tar.gz" - sha1 "d2ddd4bb206d1aae5a5dae88649ca2b7ce2c235b" + url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.2.tar.gz" + sha1 "ae381615ec7f657e2a08f1d91758714f13d11693" depends_on :java => "1.7" |
