diff options
| author | Julian Stahnke | 2010-05-15 16:41:55 +0200 | 
|---|---|---|
| committer | David Höppner | 2010-05-16 11:06:33 +0200 | 
| commit | 80a9b69524a349958ec092f2d996c0cd6f5928f0 (patch) | |
| tree | 8bb4cc410bd70d622d2b1494a3c254571283794b /Library/Formula/elasticsearch.rb | |
| parent | 29769825ba9aa281471b6dc81eae712188d981fb (diff) | |
| download | homebrew-80a9b69524a349958ec092f2d996c0cd6f5928f0.tar.bz2 | |
ElasticSearch 0.7.0
Signed-off-by: David Höppner <0xffea@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 6fc2c39dc..813b5b864 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.6.0.zip' +  url 'http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.7.0.zip'    homepage 'http://www.elasticsearch.com' -  md5 'e3657a1970695c3d043341484b338af3' +  md5 '6f71e1306d7fba1b1fc1c3d48641feb9'    def install      FileUtils.rm_f Dir["bin/*.bat"]  | 
