ElasticSearch 0.19.9
Closes Homebrew/homebrew#14443. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
cc88976afd
commit
8811232ec4
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.8.tar.gz'
|
||||
sha1 '5f2732eedc79a0d8b79d1c8a99f505b3d0465188'
|
||||
url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.9.tar.gz'
|
||||
sha1 '699b442ab2d9483084689dee037b5eea38a76652'
|
||||
|
||||
def cluster_name
|
||||
"elasticsearch_#{ENV['USER']}"
|
||||
|
|
Loading…
Reference in a new issue