diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/solr.rb | 3 |
1 files changed, 2 insertions, 1 deletions
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' |
