diff options
| author | Jack Nagel | 2013-03-12 01:56:03 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-03-12 01:56:03 -0500 | 
| commit | c27a477398c45d8715e265e2af640f398e0343fc (patch) | |
| tree | 1ffd1bcbe6d51f957a98908484ddc6773a03941b /Library/Formula/solr.rb | |
| parent | e5a103b3b8b4e0c2cd2fd76f5f8832bfcfc071c0 (diff) | |
| download | homebrew-c27a477398c45d8715e265e2af640f398e0343fc.tar.bz2 | |
solr: remove outdated devel version
Diffstat (limited to 'Library/Formula/solr.rb')
| -rw-r--r-- | Library/Formula/solr.rb | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/Library/Formula/solr.rb b/Library/Formula/solr.rb index 78d85e3ff..21d7496c9 100644 --- a/Library/Formula/solr.rb +++ b/Library/Formula/solr.rb @@ -5,12 +5,6 @@ class Solr < Formula    url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.1.0/solr-4.1.0.tgz'    sha1 '89cce8c7c8d68df20f009a7c04ede423d6fa7c84' -  devel do -    url  'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.0.0-BETA/apache-solr-4.0.0-BETA.tgz' -    sha1 'b41061400f3c5e0433ae8e01c4a62814be37b712' -    version "4.0.0-BETA" -  end -    def script; <<-EOS.undent      #!/bin/sh      if [ -z "$1" ]; then | 
