diff options
| author | Aman Gupta | 2011-07-11 02:15:46 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-07-21 08:40:18 -0700 | 
| commit | 3b4f9ea7c35bdff3d226e7d969837de60ba9dc94 (patch) | |
| tree | eeb35e06a464727412b130c7631280cf04c37578 /Library/Formula/solr.rb | |
| parent | 428ec1f8c1f1157591940e2354cb75c068ed1971 (diff) | |
| download | homebrew-3b4f9ea7c35bdff3d226e7d969837de60ba9dc94.tar.bz2 | |
solr 3.3.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/solr.rb')
| -rw-r--r-- | Library/Formula/solr.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/solr.rb b/Library/Formula/solr.rb index b60ece52c..b3d9ee8a2 100644 --- a/Library/Formula/solr.rb +++ b/Library/Formula/solr.rb @@ -1,9 +1,9 @@  require 'formula'  class Solr < Formula -  url 'ftp://ftp.fu-berlin.de/unix/www/apache/lucene/solr/3.1.0/apache-solr-3.1.0.tgz' +  url 'http://mirrors.axint.net/apache/lucene/solr/3.3.0/apache-solr-3.3.0.tgz'    homepage 'http://lucene.apache.org/solr/' -  md5 'd7009df28f28a3e616def8035be06790' +  md5 '048e2aa7e16358600fa5fe3570b90018'    def script; <<-EOS.undent      #!/bin/sh | 
