diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-08-21 02:02:47 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-08-21 02:05:42 +0100 |
commit | 73665b71510c367191d5b3d05cb30914e22c80f4 (patch) | |
tree | acc41c57f2da67ea428618b1d9c5e371da5600bc /dev-db/apache-solr | |
parent | sys-apps/IPMIView: Version bump (diff) | |
download | portage-73665b71510c367191d5b3d05cb30914e22c80f4.tar.xz |
dev-db/apache-solr: refresh SRC_URI
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Diffstat (limited to 'dev-db/apache-solr')
-rw-r--r-- | dev-db/apache-solr/apache-solr-5.5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/apache-solr/apache-solr-5.5.5.ebuild b/dev-db/apache-solr/apache-solr-5.5.5.ebuild index 33485843..0a8df93b 100644 --- a/dev-db/apache-solr/apache-solr-5.5.5.ebuild +++ b/dev-db/apache-solr/apache-solr-5.5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ MY_PN="${PN/apache-}" DESCRIPTION="Popular, blazing fast open source search platform from the Apache Lucene project" HOMEPAGE="https://lucene.apache.org/solr" -SRC_URI="https://www.apache.org/dist/lucene/${MY_PN}/${PV}/${MY_PN}-${PV}.tgz" +SRC_URI="https://archive.apache.org/dist/lucene/${MY_PN}/${PV}/${MY_PN}-${PV}.tgz" LICENSE="Apache-2.0" SLOT="0" |