ElasticSearch 0.19.9

Closes Homebrew/homebrew#14443.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Michael S. Klishin 2012-08-25 00:46:17 +04:00 committed by Adam Vandenberg
parent cc88976afd
commit 8811232ec4

View file

@ -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']}"