ElasticSearch 0.19.3
Closes Homebrew/homebrew#11969. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
79245634ed
commit
5f1b5cfda4
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Elasticsearch < Formula
|
||||
homepage 'http://www.elasticsearch.org'
|
||||
url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.2.tar.gz'
|
||||
md5 'edbaa629f0a0777b815cf687b2c591b7'
|
||||
url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.3.tar.gz'
|
||||
md5 '8a0a5b8eb3d039a6cddedb82103ffa47'
|
||||
|
||||
def cluster_name
|
||||
"elasticsearch_#{ENV['USER']}"
|
||||
|
|
Loading…
Reference in a new issue