elasticsearch 0.18.6
Closes Homebrew/homebrew#9288. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
44a8558c25
commit
60b9ed844f
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.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']}"
|
||||
|
|
Loading…
Reference in a new issue