aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Prete2014-12-17 19:06:08 -0800
committerJack Nagel2014-12-17 22:34:10 -0500
commit767bd051e6546cb5315f206c3525dd97cc279156 (patch)
treeffed478f2e73649a1558310971a6bcd687c5e612
parent64051100e8ccc1b49cc8f8fda926c98c5a964b4d (diff)
downloadhomebrew-767bd051e6546cb5315f206c3525dd97cc279156.tar.bz2
elasticsearch 1.4.2
Closes #35077. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/elasticsearch.rb4
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"