diff options
| -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 |
