From 2044cbe9f5956ffa06406353f581fddd802b3b09 Mon Sep 17 00:00:00 2001 From: Viktor Szakáts Date: Sat, 28 Feb 2015 17:59:07 +0100 Subject: solr: use https homepage, add https mirror Closes #37274. Signed-off-by: Mike McQuaid --- Library/Formula/solr.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/solr.rb b/Library/Formula/solr.rb index e0dc2209a..d392f2a5d 100644 --- a/Library/Formula/solr.rb +++ b/Library/Formula/solr.rb @@ -1,8 +1,9 @@ require "formula" class Solr < Formula - homepage "http://lucene.apache.org/solr/" + homepage "https://lucene.apache.org/solr/" url "http://www.apache.org/dyn/closer.cgi?path=lucene/solr/5.0.0/solr-5.0.0.tgz" + mirror "https://archive.apache.org/dist/lucene/solr/5.0.0/solr-5.0.0.tgz" sha1 "0c14a5212c4b9d9491881d743390596a19a3e989" skip_clean 'example/logs' -- cgit v1.2.3