From d452eee5f2b284a24971e9007c1d0f15838ed824 Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Fri, 20 Jan 2023 19:31:58 +0200 Subject: dev-libs/xalan-c: Update SRC_URI The tarball is gone from the apache mirror, but it can be found on their main download site. It is the same tar.gz, the signature matches. Signed-off-by: Viorel Munteanu --- dev-libs/xalan-c/xalan-c-1.12-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/xalan-c/xalan-c-1.12-r2.ebuild b/dev-libs/xalan-c/xalan-c-1.12-r2.ebuild index a1a457320fc6..debb844f9e1e 100644 --- a/dev-libs/xalan-c/xalan-c-1.12-r2.ebuild +++ b/dev-libs/xalan-c/xalan-c-1.12-r2.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then else inherit verify-sig SRC_URI=" - mirror://apache/xalan/xalan-c/sources/${MY_PN}-${PV}.tar.gz + https://dlcdn.apache.org/xalan/xalan-c/sources/${MY_PN}-${PV}.tar.gz verify-sig? ( https://dlcdn.apache.org/xalan/xalan-c/sources/${MY_PN}-${PV}.tar.gz.asc ) " VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/apache-xalan-c.asc -- cgit v1.2.3-65-gdbad