diff options
| author | Loren Siebert | 2013-06-26 09:28:13 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-06-26 09:58:45 -0700 | 
| commit | f1d6b2ae1b4db47e55020278c5091b18b4d3e1ab (patch) | |
| tree | cfefddb1d20f4b0ea1e4770d893cf6857906443b /Library/Formula/elasticsearch.rb | |
| parent | ca4bc1b1dd146623c88e8890165f34e0b951bf32 (diff) | |
| download | homebrew-f1d6b2ae1b4db47e55020278c5091b18b4d3e1ab.tar.bz2 | |
elasticsearch 0.90.2
Closes #20815.
Signed-off-by: Adam Vandenberg <flangy@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 7389bc12c..a900bd644 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.1.tar.gz' -  sha1 '01e641c5780d87f540891d269052704ef8152a9d' +  url 'https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.2.tar.gz' +  sha1 'b09f5c656912e5c08c9eefa7e95566f1ba7a1ea5'    head 'https://github.com/elasticsearch/elasticsearch.git'  | 
