diff options
| author | Christopher Groskopf | 2011-10-26 10:09:12 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-10-26 18:26:14 -0500 |
| commit | da53d686321e3dee27b30639d7cc9f550ac8c55c (patch) | |
| tree | 92cf1c28f6c1ffa1c9f9835745d82e4d151a6962 /Library/Formula/solr.rb | |
| parent | 2d697ad59922a33609913d11c5033aa8e31f8f9d (diff) | |
| download | homebrew-da53d686321e3dee27b30639d7cc9f550ac8c55c.tar.bz2 | |
solr 3.4
Closes #8311.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/solr.rb')
| -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 171b63a50..b743e409a 100644 --- a/Library/Formula/solr.rb +++ b/Library/Formula/solr.rb @@ -1,9 +1,9 @@ require 'formula' class Solr < Formula - url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/3.3.0/apache-solr-3.3.0.tgz' + url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/3.4.0/apache-solr-3.4.0.tgz' homepage 'http://lucene.apache.org/solr/' - md5 '048e2aa7e16358600fa5fe3570b90018' + md5 '949b145669a6c9517b2fef32b58f679e' def script; <<-EOS.undent #!/bin/sh |
