From: Michael Mair-Keimberger Date: Tue, 10 Apr 2018 11:52:46 +0000 (+0200) Subject: dev-libs/crypto++: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=70780517b78dedd454f1fddb1fbcb6e5937c8c09;p=gentoo.git dev-libs/crypto++: use HTTPS --- diff --git a/dev-libs/crypto++/crypto++-5.6.5-r1.ebuild b/dev-libs/crypto++/crypto++-5.6.5-r1.ebuild index db4b181856d0..ca9bfbc1c080 100644 --- a/dev-libs/crypto++/crypto++-5.6.5-r1.ebuild +++ b/dev-libs/crypto++/crypto++-5.6.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit flag-o-matic toolchain-funcs DESCRIPTION="C++ class library of cryptographic schemes" -HOMEPAGE="http://cryptopp.com" +HOMEPAGE="https://cryptopp.com" SRC_URI="https://www.cryptopp.com/cryptopp${PV//.}.zip" LICENSE="Boost-1.0"