From 3b4f9ea7c35bdff3d226e7d969837de60ba9dc94 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Mon, 11 Jul 2011 02:15:46 -0700 Subject: solr 3.3.0 Signed-off-by: Adam Vandenberg --- Library/Formula/solr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/solr.rb') 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 -- cgit v1.2.3