diff options
| author | Philipp Wahala | 2014-12-02 18:02:46 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-02 17:49:35 +0000 |
| commit | 1b27f0ccf170c07e0f39fc3732b7665db0370757 (patch) | |
| tree | 043706219fdd0020ebc126eb4df82131b7189191 /Library/Formula/elasticsearch.rb | |
| parent | 8452ee664e49646783407551481c07a514c90df0 (diff) | |
| download | homebrew-1b27f0ccf170c07e0f39fc3732b7665db0370757.tar.bz2 | |
elasticsearch 1.4.1
Update elasticsearch to 1.4.1
Closes #34615.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 4d09008a2..17bc82b7b 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.4.0.tar.gz" - sha1 "728913722bc94dad4cb5e759a362f09dc19ed6fe" + url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.1.tar.gz" + sha1 "d2ddd4bb206d1aae5a5dae88649ca2b7ce2c235b" depends_on :java => "1.7" |
