elasticsearch 0.18.7

Closes Homebrew/homebrew#9616.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jasper van Wanrooy 2012-01-16 17:30:20 +01:00 committed by Jack Nagel
parent 332845fefc
commit 22a8f9158c

View file

@ -1,9 +1,9 @@
require 'formula'
class Elasticsearch < Formula
url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.18.6.tar.gz'
url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.18.7.tar.gz'
homepage 'http://www.elasticsearch.org'
md5 '8584282e56cb0b3928f1bda40f310f5f'
md5 'c4de29abf930693b0a4290df3250e128'
def cluster_name
"elasticsearch_#{ENV['USER']}"