From 541ed3a640ce4af42113b9b12a6af29f758fc5da Mon Sep 17 00:00:00 2001 From: Dennis Martinez Date: Wed, 16 Apr 2014 10:29:13 -0700 Subject: [PATCH] elasticsearch 1.1.1 Closes Homebrew/homebrew#28453. Signed-off-by: Jack Nagel --- Formula/elasticsearch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/elasticsearch.rb b/Formula/elasticsearch.rb index f212edd85c..67b9ba26a0 100644 --- a/Formula/elasticsearch.rb +++ b/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.1.0.tar.gz' - sha1 '6518b6f90df21e034b20e9a222b780651a6cdcdb' + url 'https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.1.1.tar.gz' + sha1 '8495b928984945728635f805f6e2e7183902a3ea' head do url 'https://github.com/elasticsearch/elasticsearch.git'