elasticsearch 0.18.7
Closes Homebrew/homebrew#9616. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
332845fefc
commit
22a8f9158c
1 changed files with 2 additions and 2 deletions
|
@ -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']}"
|
||||
|
|
Loading…
Reference in a new issue