diff options
| author | Matt Dennewitz | 2010-08-09 12:59:05 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-09 11:26:20 -0700 |
| commit | 53d23f0f3a7e40e049ee19136bd36e5363fcf775 (patch) | |
| tree | a3396055babde8cf7a6dfe1553d4826a0c2fc944 /Library | |
| parent | 810d52f4a386ea9e2b837030120ffd69cad73722 (diff) | |
| download | homebrew-53d23f0f3a7e40e049ee19136bd36e5363fcf775.tar.bz2 | |
updated elasticsearch to 0.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 8c05b409c..87ada5e96 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -1,9 +1,9 @@ require 'formula' class Elasticsearch < Formula - url 'http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.8.0.zip' + url 'http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.9.0.zip' homepage 'http://www.elasticsearch.com' - md5 '0b9f0361163847a6580658c59cbfcc51' + md5 'ad7e245cf2451b2c077c7529d6d5cdb2' def install rm_f Dir["bin/*.bat"] |
