diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2023-01-20 19:31:58 +0200 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2023-01-20 19:31:58 +0200 |
commit | d452eee5f2b284a24971e9007c1d0f15838ed824 (patch) | |
tree | 98058c23a938915cb940747b808688d38c8816bc /dev-libs/xalan-c | |
parent | dev-libs/xalan-c: drop 1.11.0_pre1153059 (diff) | |
download | gentoo-d452eee5f2b284a24971e9007c1d0f15838ed824.tar.gz gentoo-d452eee5f2b284a24971e9007c1d0f15838ed824.tar.bz2 gentoo-d452eee5f2b284a24971e9007c1d0f15838ed824.zip |
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 <ceamac@gentoo.org>
Diffstat (limited to 'dev-libs/xalan-c')
-rw-r--r-- | dev-libs/xalan-c/xalan-c-1.12-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |