diff --git a/Formula/elasticsearch.rb b/Formula/elasticsearch.rb index c3ed89e2bc..f14f1ec8f5 100644 --- a/Formula/elasticsearch.rb +++ b/Formula/elasticsearch.rb @@ -1,8 +1,8 @@ class Elasticsearch < Formula desc "Distributed real-time search & analytics engine for the cloud" homepage "https://www.elastic.co/products/elasticsearch" - url "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.5.2.tar.gz" - sha256 "efae7897367ac3fa8057d02fad31c72e215b6edef599b63e373d3ce0c1049a14" + url "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.6.0.tar.gz" + sha256 "dc336c83394b2f2f72f362e0f959a4cfdec2109aa3de15668401afeab0b02d2e" depends_on :java => "1.7+"