From: Carlos Santos Date: Wed, 12 Dec 2018 02:55:11 +0000 (-0200) Subject: package/cryptopp: change site to https to avoid a redirection X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08aa9c9008928e8b3f67ecca36335f0a2f9ef5a3;p=buildroot.git package/cryptopp: change site to https to avoid a redirection Signed-off-by: Carlos Santos Signed-off-by: Thomas Petazzoni --- diff --git a/package/cryptopp/cryptopp.mk b/package/cryptopp/cryptopp.mk index bc1f5a87a2..32b640cbed 100644 --- a/package/cryptopp/cryptopp.mk +++ b/package/cryptopp/cryptopp.mk @@ -6,7 +6,7 @@ CRYPTOPP_VERSION = 7.0.0 CRYPTOPP_SOURCE = cryptopp$(subst .,,$(CRYPTOPP_VERSION)).zip -CRYPTOPP_SITE = http://cryptopp.com +CRYPTOPP_SITE = https://cryptopp.com CRYPTOPP_LICENSE = BSL-1.0 CRYPTOPP_LICENSE_FILES = License.txt CRYPTOPP_INSTALL_STAGING = YES