aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Guard2015-04-12 23:32:41 -0700
committerXu Cheng2015-04-13 15:55:49 +0800
commitc09b94bd4804776ccad6e56653dbd8ca07a26187 (patch)
treea3707f938c08a3f14a192c345ac6e3aaa8f2aed0
parentb615d6a9193aaa1c1f3a8b01e479725be3805760 (diff)
downloadhomebrew-c09b94bd4804776ccad6e56653dbd8ca07a26187.tar.bz2
elasticsearch 1.5.1
Closes #38142. Closes #38603. Signed-off-by: Xu Cheng <xucheng@me.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 88b6aa1d6..4960f7c8f 100644
--- a/Library/Formula/elasticsearch.rb
+++ b/Library/Formula/elasticsearch.rb
@@ -1,7 +1,7 @@
class Elasticsearch < Formula
homepage "https://www.elastic.co/products/elasticsearch"
- url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.5.0.tar.gz"
- sha1 "07987acd48c754b8e7db6829314b56e1928b5e1b"
+ url "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.5.1.tar.gz"
+ sha1 "b3863a63d265486332042246bf1c002b3a70b46f"
depends_on :java => "1.7+"