diff options
Diffstat (limited to 'Library')
| -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 6d5f91051..81d1c7414 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -1,7 +1,7 @@ class Elasticsearch < Formula homepage "http://www.elasticsearch.org" - url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.4.tar.gz" - sha1 "963415a9114ecf0b7dd1ae43a316e339534b8f31" + url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.5.0.tar.gz" + sha1 "07987acd48c754b8e7db6829314b56e1928b5e1b" depends_on :java => "1.7+" |
