diff options
Diffstat (limited to 'Library/Formula')
| -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 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? |
