diff options
Diffstat (limited to 'dns/unbound/Makefile')
-rw-r--r-- | dns/unbound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index c3188c7c9f1d..26bc8e237f6d 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -5,7 +5,8 @@ PORTNAME= unbound PORTVERSION= 1.6.8 PORTREVISION= 2 CATEGORIES= dns -MASTER_SITES= http://unbound.net/downloads/ +MASTER_SITES= https://unbound.net/downloads/ \ + https://distfiles.crux.guru/ MAINTAINER= jaap@NLnetLabs.nl COMMENT= Validating, recursive, and caching DNS resolver |