git: 932f55711898 - main - security/cryptopp: Update MASTER_SITES

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Fri, 13 Jan 2023 22:19:39 UTC
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=932f55711898e0fcdfbea72e10b37456b3eb38aa

commit 932f55711898e0fcdfbea72e10b37456b3eb38aa
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-01-13 05:41:37 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-01-13 22:18:56 +0000

    security/cryptopp: Update MASTER_SITES
    
    PR:             268715
---
 security/cryptopp/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile
index f9fa20a3d824..191a7ff0645f 100644
--- a/security/cryptopp/Makefile
+++ b/security/cryptopp/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	cryptopp
 PORTVERSION=	8.7.0
 CATEGORIES=	security
-MASTER_SITES=	http://www.cryptopp.com/
+MASTER_SITES=	https://github.com/weidai11/${PORTNAME}/releases/download/CRYPTOPP_${PORTVERSION:S/./_/g}/ \
+		http://www.cryptopp.com/
 DISTNAME=	cryptopp${PORTVERSION:S/.//g}
 
 MAINTAINER=	jhale@FreeBSD.org