diff options
| author | Karel Minarik | 2011-09-22 21:58:07 +0200 |
|---|---|---|
| committer | Jack Nagel | 2011-09-22 19:05:18 -0500 |
| commit | b2b77b6eeb5bb50db040ec6dc93b0a1f3e7799d4 (patch) | |
| tree | 6e858084a193e0f74019825173763ee7d075b340 /Library/Formula/elasticsearch.rb | |
| parent | 8bf6477b4c6a22aa6ba0d9ca530e4a925bc16039 (diff) | |
| download | homebrew-b2b77b6eeb5bb50db040ec6dc93b0a1f3e7799d4.tar.bz2 | |
ElasticSearch 0.17.7
Closes #7767.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/elasticsearch.rb')
| -rw-r--r-- | Library/Formula/elasticsearch.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb index 86f8f1455..8cbf8c31c 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -1,9 +1,9 @@ require 'formula' class Elasticsearch < Formula - url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.17.5.tar.gz' + url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.17.7.tar.gz' homepage 'http://www.elasticsearch.org' - md5 '6bbd4f69fd0addcab56e3f8315e9d837' + md5 '8502edd8a9b7eb43a895eddeaa299850' def install # Remove Windows files |
