From 439de689f8b75942ee85b95f760a276a0cecce22 Mon Sep 17 00:00:00 2001 From: Jason Clark Date: Sat, 5 Apr 2014 18:15:41 -0700 Subject: Solr 4.7.1 Closes #28189. Signed-off-by: Jack Nagel --- Library/Formula/solr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/solr.rb b/Library/Formula/solr.rb index 48ccc2482..f8c3219bb 100644 --- a/Library/Formula/solr.rb +++ b/Library/Formula/solr.rb @@ -2,8 +2,8 @@ require 'formula' class Solr < Formula homepage 'http://lucene.apache.org/solr/' - url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.7.0/solr-4.7.0.tgz' - sha1 '5599a33f6d7c46251d87ff226709e759572ade4b' + url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.7.1/solr-4.7.1.tgz' + sha1 '94697112987f99f8c6a6a2deeef512b8fdfd40b2' def script; <<-EOS.undent #!/bin/sh -- cgit v1.2.3