From 8811232ec4c3e40472e292cbdaef3de7023f9691 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Sat, 25 Aug 2012 00:46:17 +0400 Subject: [PATCH] ElasticSearch 0.19.9 Closes Homebrew/homebrew#14443. Signed-off-by: Adam Vandenberg --- Formula/elasticsearch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/elasticsearch.rb b/Formula/elasticsearch.rb index d337842d0e..14d023a917 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://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.8.tar.gz' - sha1 '5f2732eedc79a0d8b79d1c8a99f505b3d0465188' + url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.9.tar.gz' + sha1 '699b442ab2d9483084689dee037b5eea38a76652' def cluster_name "elasticsearch_#{ENV['USER']}"