commit: bbde0bfe9453b81a8ba0abefd102bab7c3da8828 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 1 09:03:44 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 1 09:04:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbde0bfe
dev-libs/crypto++: update SRC_URI The website is down so add github to SRC_URI. That said, this shouldn't matter much as it's been mirrored for ages. Bug: https://github.com/weidai11/cryptopp/issues/1282 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/crypto++/crypto++-8.9.0.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-libs/crypto++/crypto++-8.9.0.ebuild b/dev-libs/crypto++/crypto++-8.9.0.ebuild index f8876e39738b..ff53d102d69b 100644 --- a/dev-libs/crypto++/crypto++-8.9.0.ebuild +++ b/dev-libs/crypto++/crypto++-8.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,11 @@ DESCRIPTION="C++ class library of cryptographic schemes" HOMEPAGE="https://cryptopp.com" SRC_URI=" https://www.cryptopp.com/cryptopp${PV//.}.zip - verify-sig? ( https://cryptopp.com/cryptopp${PV//.}.zip.sig ) + https://github.com/weidai11/cryptopp/releases/download/CRYPTOPP_${PV//./_}/cryptopp${PV//.}.zip + verify-sig? ( + https://cryptopp.com/cryptopp${PV//.}.zip.sig + https://github.com/weidai11/cryptopp/releases/download/CRYPTOPP_${PV//./_}/cryptopp${PV//.}.zip.sig + ) " S="${WORKDIR}"
