From b99a91d184f464507bcece2ebd3a724c7aac62c2 Mon Sep 17 00:00:00 2001 From: DhilipSiva Date: Thu, 31 Jan 2013 14:00:34 +0530 Subject: ElasticSearch 0.20.4 Closes #17457. Signed-off-by: Adam Vandenberg --- Library/Formula/elasticsearch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb index 200415e76..ae0fb5c5a 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 'http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.20.2.tar.gz' - sha1 '9bedb3638e4fc5a53e264aab3c5ff1a345f22bab' + url 'http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.20.4.tar.gz' + sha1 '1c1cf2954309620b4c31ca09396fda21151775e0' head 'https://github.com/elasticsearch/elasticsearch.git' depends_on 'maven' if build.head? -- cgit v1.2.3