diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-08-26 22:14:18 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-08-26 22:18:16 +0100 |
commit | 3ddd97c0207db5673271bf34e1754d7dda0463aa (patch) | |
tree | fdc0d70c3711e4287ec139c68feb08c613bbcefb | |
parent | app-editors/ecrire: Switch to https URL (diff) | |
download | portage-3ddd97c0207db5673271bf34e1754d7dda0463aa.tar.xz |
dev-db/apache-solr: Switch to https URL
Package-Manager: Portage-2.3.6, Repoman-2.3.1
-rw-r--r-- | dev-db/apache-solr/apache-solr-5.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/apache-solr/apache-solr-5.5.2.ebuild b/dev-db/apache-solr/apache-solr-5.5.2.ebuild index c20f8ce1..33485843 100644 --- a/dev-db/apache-solr/apache-solr-5.5.2.ebuild +++ b/dev-db/apache-solr/apache-solr-5.5.2.ebuild @@ -9,8 +9,8 @@ inherit java-war webapp MY_PN="${PN/apache-}" DESCRIPTION="Popular, blazing fast open source search platform from the Apache Lucene project" -HOMEPAGE="http://lucene.apache.org/solr" -SRC_URI="http://www.apache.org/dist/lucene/${MY_PN}/${PV}/${MY_PN}-${PV}.tgz" +HOMEPAGE="https://lucene.apache.org/solr" +SRC_URI="https://www.apache.org/dist/lucene/${MY_PN}/${PV}/${MY_PN}-${PV}.tgz" LICENSE="Apache-2.0" SLOT="0" |