diff options
| author | Kanwei Li | 2013-05-30 15:15:32 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-30 20:22:02 -0700 |
| commit | 834d03552a678fbe3e521b88a47cd5c444b5039f (patch) | |
| tree | 397b7bf655406048030096c72b07d6f5ec257069 /Library/Formula | |
| parent | ec5f33108316d74de9de4f1cbc0c28f587410755 (diff) | |
| download | homebrew-834d03552a678fbe3e521b88a47cd5c444b5039f.tar.bz2 | |
Elasticsearch 0.90.1
Closes #20162.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 be793085c..7389bc12c 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -2,8 +2,8 @@ require 'formula' class Elasticsearch < Formula homepage 'http://www.elasticsearch.org' - url 'https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.0.tar.gz' - sha1 '92b8c07b51cedda7c8148eceb23bbcb79bccf230' + url 'https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.1.tar.gz' + sha1 '01e641c5780d87f540891d269052704ef8152a9d' head 'https://github.com/elasticsearch/elasticsearch.git' |
