aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorPier-Hugues Pellerin2012-12-12 16:22:49 -0500
committerJack Nagel2012-12-12 19:10:38 -0600
commit7d5daf54e80631bd4bdef2fb2e047067ac1ad432 (patch)
tree93b07566097d4e3614ee4e6f535cbb4af94380ec /Library/Formula
parentd8dd281631784cc76702ed6546ae96010df07095 (diff)
downloadhomebrew-7d5daf54e80631bd4bdef2fb2e047067ac1ad432.tar.bz2
elasticsearch 0.20.1
Closes #16540. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 992f2b300..56e65acc9 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://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.11.tar.gz'
- sha1 '0eeaec541c8aff4d65f47eb5b19af48c725d3663'
+ url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.20.1.tar.gz'
+ sha1 'd1c468a589060dd43532c1afabec9eee10095429'
def cluster_name
"elasticsearch_#{ENV['USER']}"