elasticsearch 1.1.0

Upgrade ElasticSearch to 1.1.0

Closes Homebrew/homebrew#27877.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Paul Bergeron 2014-03-25 17:58:52 -07:00 committed by Mike McQuaid
parent 3500f4ba9b
commit eeb8bc9476
1 changed files with 2 additions and 2 deletions

View File

@ -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'