diff options
| author | Mike Stankavich | 2015-04-22 11:06:19 -0700 |
|---|---|---|
| committer | Brett Koonce | 2015-04-25 09:49:24 -0700 |
| commit | f02c13886b189bb05d06185f2756345c0d84a7c2 (patch) | |
| tree | 6c7018145aaebe814f77ddd6464ea1da27d759f8 | |
| parent | 9da03f2cbb49885660f5a1e698559f8fbb13ecd5 (diff) | |
| download | homebrew-f02c13886b189bb05d06185f2756345c0d84a7c2.tar.bz2 | |
solr 5.1, add https
Closes #38946.
Signed-off-by: Brett Koonce <koonce@gmail.com>
| -rw-r--r-- | Library/Formula/solr.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/solr.rb b/Library/Formula/solr.rb index 431174195..781940f85 100644 --- a/Library/Formula/solr.rb +++ b/Library/Formula/solr.rb @@ -1,8 +1,8 @@ class Solr < Formula 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" - sha256 "48c77aede40fceda73cf4e13e08e328899685446f80f76f2e893eaffea714297" + url "https://www.apache.org/dyn/closer.cgi?path=lucene/solr/5.1.0/solr-5.1.0.tgz" + mirror "https://archive.apache.org/dist/lucene/solr/5.1.0/solr-5.1.0.tgz" + sha256 "8718cbfb789a170d210b0b4adbe4fd8187ecdc67c5348ed9d551578087d8a628" depends_on :java |
