diff options
| author | Christopher Kolstad | 2012-05-23 11:00:41 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2012-05-23 06:42:27 -0700 |
| commit | 50ad7cac01af3f755e0e79bcad568f47a6a5eb51 (patch) | |
| tree | 88a371393d5c63e68e025d0b440fc10b7254fe13 | |
| parent | 88ccd16ce57fc4e5307af0e894838202869cccc3 (diff) | |
| download | homebrew-50ad7cac01af3f755e0e79bcad568f47a6a5eb51.tar.bz2 | |
Solr 3.6.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/solr.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/solr.rb b/Library/Formula/solr.rb index 462dbea12..eb28f7fa2 100644 --- a/Library/Formula/solr.rb +++ b/Library/Formula/solr.rb @@ -1,9 +1,9 @@ require 'formula' class Solr < Formula - url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/3.5.0/apache-solr-3.5.0.tgz' homepage 'http://lucene.apache.org/solr/' - md5 'b7be2fc190b26377ced5ae6055ed43e2' + url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/3.6.0/apache-solr-3.6.0.tgz' + md5 'ac11ef4408bb015aa3a5eefcb1047aec' def script; <<-EOS.undent #!/bin/sh @@ -22,10 +22,10 @@ class Solr < Formula def caveats; <<-EOS.undent To start solr: - solr path/to/solr/config/dir + solr path/to/solr/config/dir See the solr homepage for more setup information: - brew home solr + brew home solr EOS end end |
