From af21fdd787b165328b15a5915f0698ac1662a3b3 Mon Sep 17 00:00:00 2001 From: jrm Date: Tue, 20 Dec 2016 16:43:39 +0000 Subject: dns/dnscrypt-proxy: Update to version 1.8.1 Also, update MASTER_SITES. Upstream changes: https://github.com/jedisct1/dnscrypt-proxy/releases PR: 215420 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8855 --- dns/dnscrypt-proxy/Makefile | 7 ++++--- dns/dnscrypt-proxy/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'dns') diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile index 177aca2c5b4d..b29b664b0283 100644 --- a/dns/dnscrypt-proxy/Makefile +++ b/dns/dnscrypt-proxy/Makefile @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= dnscrypt-proxy -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= dns -MASTER_SITES= http://download.dnscrypt.org/dnscrypt-proxy/ \ - http://www.dns-lab.com/downloads/dnscrypt-proxy/ +MASTER_SITES= https://download.dnscrypt.org/dnscrypt-proxy/ \ + http://download.dnscrypt.org/dnscrypt-proxy/ \ + http://dns-lab.com/downloads/dnscrypt-proxy/ MAINTAINER= freebsd@dns-lab.com COMMENT= Boost privacy and security of DNS diff --git a/dns/dnscrypt-proxy/distinfo b/dns/dnscrypt-proxy/distinfo index 599f966fcff1..99215270e0d7 100644 --- a/dns/dnscrypt-proxy/distinfo +++ b/dns/dnscrypt-proxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1482140765 -SHA256 (dnscrypt-proxy-1.8.0.tar.gz) = 0e749b7bcd3ff0ef50e2fa8da6d41c0ca12b668c0022d61b771e1934e07934d3 -SIZE (dnscrypt-proxy-1.8.0.tar.gz) = 1612016 +TIMESTAMP = 1482166674 +SHA256 (dnscrypt-proxy-1.8.1.tar.gz) = 5cad1d2357852dc16957085e7a9b32384fb9b95c609e185b7ae1a3959fc13769 +SIZE (dnscrypt-proxy-1.8.1.tar.gz) = 1612445 -- cgit