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 d4f556d33..f212edd85 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://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.0.1.tar.gz' - sha1 '26bcf8e36576b2f3809ab84432ea005f893836b9' + url 'https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.1.0.tar.gz' + sha1 '6518b6f90df21e034b20e9a222b780651a6cdcdb' head do url 'https://github.com/elasticsearch/elasticsearch.git' |
