diff options
author | Damiano Renfer <damiano.renfer@gmail.com> | 2016-12-19 10:27:39 +0100 |
---|---|---|
committer | Damiano Renfer <damiano.renfer@gmail.com> | 2016-12-19 10:27:39 +0100 |
commit | 96f1cafbaa8d511682f5ef51be19fb122f86218d (patch) | |
tree | 28fd1011d64c850db6fad6eed3bb1d18b49d170a /net | |
parent | 4b0147d8d0c2c52d43eff73544ecda03da80b5a6 (diff) |
net/dnscrypt-proxy: update to 1.8.0
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
Diffstat (limited to 'net')
-rw-r--r-- | net/dnscrypt-proxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dnscrypt-proxy/Makefile b/net/dnscrypt-proxy/Makefile index ee6c52bd3..7e56b0523 100644 --- a/net/dnscrypt-proxy/Makefile +++ b/net/dnscrypt-proxy/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnscrypt-proxy -PKG_VERSION:=1.7.0 +PKG_VERSION:=1.8.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.dnscrypt.org/dnscrypt-proxy -PKG_MD5SUM:=95df7262964dc22da62f7f6f0466c50e +PKG_MD5SUM:=2b30b49f0cc1d926023501afc1692dde PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |