diff options
| author | Sam James <sam@gentoo.org> | 2024-09-01 10:03:44 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-09-01 10:04:23 +0100 |
| commit | bbde0bfe9453b81a8ba0abefd102bab7c3da8828 (patch) | |
| tree | 5165c9bd158ffc8cbfe384ba593c512c203a0932 /dev-libs/crypto++/crypto++-8.9.0.ebuild | |
| parent | 16c922b4fd1d889ded3196b5aa37d6c9e511c8aa (diff) | |
| download | gentoo-bbde0bfe9453b81a8ba0abefd102bab7c3da8828.tar.gz gentoo-bbde0bfe9453b81a8ba0abefd102bab7c3da8828.tar.bz2 gentoo-bbde0bfe9453b81a8ba0abefd102bab7c3da8828.zip | |
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@gentoo.org>
Diffstat (limited to 'dev-libs/crypto++/crypto++-8.9.0.ebuild')
| -rw-r--r-- | dev-libs/crypto++/crypto++-8.9.0.ebuild | 8 |
1 files 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}" |
