diff mbox series

package/cryptopp: change site to https to avoid a redirection

Message ID 20181212025511.19211-1-casantos@datacom.com.br
State Accepted
Headers show
Series package/cryptopp: change site to https to avoid a redirection | expand

Commit Message

Carlos Santos Dec. 12, 2018, 2:55 a.m. UTC
Signed-off-by: Carlos Santos <casantos@datacom.com.br>
---
 package/cryptopp/cryptopp.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Dec. 13, 2018, 8:45 p.m. UTC | #1
Hello,

On Wed, 12 Dec 2018 00:55:11 -0200, Carlos Santos wrote:
> Signed-off-by: Carlos Santos <casantos@datacom.com.br>
> ---
>  package/cryptopp/cryptopp.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

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