diff options
| author | Lukas Olson | 2015-02-11 12:55:06 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-12 10:12:36 +0000 | 
| commit | f0f622703d82ed6a27153ea86e9d4238ace0af63 (patch) | |
| tree | d030dae9b5db0b8abc98fd3c3d0b7ccbbff35301 | |
| parent | dd9feba7dc697bbf38fd74a02bda0e17ea668e81 (diff) | |
| download | homebrew-f0f622703d82ed6a27153ea86e9d4238ace0af63.tar.bz2 | |
elasticsearch 1.4.3
Closes #36747.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -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 d8fe7034a..b2d8cc72e 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -1,7 +1,7 @@  class Elasticsearch < Formula    homepage "http://www.elasticsearch.org" -  url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.2.tar.gz" -  sha1 "ae381615ec7f657e2a08f1d91758714f13d11693" +  url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.3.tar.gz" +  sha1 "d26828bef335a164175f5af14a2a7fc44cb063f2"    depends_on :java => "1.7+" | 
