elasticsearch 0.9.11

Closes Homebrew/homebrew#16071.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Ryan Schlesinger 2012-11-14 14:03:45 -08:00 committed by Adam Vandenberg
parent ffd89f267f
commit 6b590260fd

View file

@ -2,8 +2,8 @@ require 'formula'
class Elasticsearch < Formula
homepage 'http://www.elasticsearch.org'
url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.10.tar.gz'
sha1 'c9aab11ad63f978052200865ed821199fa5f457e'
url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.11.tar.gz'
sha1 '0eeaec541c8aff4d65f47eb5b19af48c725d3663'
def cluster_name
"elasticsearch_#{ENV['USER']}"