elasticsearch 0.9.11
Closes Homebrew/homebrew#16071. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ffd89f267f
commit
6b590260fd
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.10.tar.gz'
|
||||
sha1 'c9aab11ad63f978052200865ed821199fa5f457e'
|
||||
url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.11.tar.gz'
|
||||
sha1 '0eeaec541c8aff4d65f47eb5b19af48c725d3663'
|
||||
|
||||
def cluster_name
|
||||
"elasticsearch_#{ENV['USER']}"
|
||||
|
|
Loading…
Reference in a new issue