diff options
| author | Chris Oliver | 2014-05-22 09:08:12 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-05-22 12:30:31 -0700 | 
| commit | 2aa3327efad71e73bf8cce091b7b9029eee2d603 (patch) | |
| tree | b12c548102fb919205c4f806ac292bd642a81d34 /Library/Formula/elasticsearch.rb | |
| parent | fcdc7871b486b5568f56cb1a0d12290f50c54be8 (diff) | |
| download | homebrew-2aa3327efad71e73bf8cce091b7b9029eee2d603.tar.bz2 | |
elasticsearch 1.2.0
Closes #29490.
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 67b9ba26a..1d0e62f7c 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-1.1.1.tar.gz' -  sha1 '8495b928984945728635f805f6e2e7183902a3ea' +  url 'https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.2.0.tar.gz' +  sha1 'e9d2965751ffc8810be8e78543a24343fac1da5a'    head do      url 'https://github.com/elasticsearch/elasticsearch.git'  | 
