diff options
Diffstat (limited to 'Library/Formula/solr.rb')
| -rw-r--r-- | Library/Formula/solr.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/solr.rb b/Library/Formula/solr.rb index 8c30e31f9..154a24c12 100644 --- a/Library/Formula/solr.rb +++ b/Library/Formula/solr.rb @@ -1,6 +1,6 @@  require 'formula' -class Solr <Formula +class Solr < Formula    url 'ftp://ftp.fu-berlin.de/unix/www/apache/lucene/solr/1.4.1/apache-solr-1.4.1.tgz'    homepage 'http://lucene.apache.org/solr/'    md5 '258a020ed8c3f44e13b09e8ae46a1c84' | 
