elasticsearch 0.18.6

Closes Homebrew/homebrew#9288.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Domingo Suarez Torres 2011-12-26 16:16:26 -06:00 committed by Jack Nagel
parent 44a8558c25
commit 60b9ed844f

View file

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