From 017eb52660604597377a095c6f6b9612cc277d3e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 16 May 2018 21:12:14 -0300 Subject: [PATCH] dnscrypt-proxy: update to 2.0.13. Closes #14477. Signed-off-by: Enno Boland --- srcpkgs/dnscrypt-proxy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dnscrypt-proxy/template b/srcpkgs/dnscrypt-proxy/template index 65a92320178..58f9ba69ace 100644 --- a/srcpkgs/dnscrypt-proxy/template +++ b/srcpkgs/dnscrypt-proxy/template @@ -1,6 +1,6 @@ # Template file for 'dnscrypt-proxy' pkgname=dnscrypt-proxy -version=2.0.12 +version=2.0.13 revision=1 build_style=go short_desc="DNS proxy that encrypts queries" @@ -11,7 +11,7 @@ license="ISC" homepage="https://github.com/jedisct1/dnscrypt-proxy" #changelog="https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/master/ChangeLog" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=cd608949ea7f9e760626e4c6a70b5edcbd0452d0715342e07799dff2f85d5dfe +checksum=c045fd625c0462508dd48527a33ea72a497aef08f90da7aa458cc621f3a71f30 conf_files="/etc/dnscrypt-proxy.toml" system_accounts="dnscrypt_proxy"