diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/solr.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/solr.rb b/Library/Formula/solr.rb index bf909eaaa..703dfca62 100644 --- a/Library/Formula/solr.rb +++ b/Library/Formula/solr.rb @@ -5,6 +5,12 @@ class Solr < Formula url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/3.6.1/apache-solr-3.6.1.tgz' sha1 'd9f8a4086fb66e716e526d1a047578efdbdd0ede' + 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 |
