diff options
Diffstat (limited to 'Library/Formula')
| -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 |
