diff options
author | Damiano Renfer <damiano.renfer@gmail.com> | 2015-07-19 14:03:54 +0200 |
---|---|---|
committer | Damiano Renfer <damiano.renfer@gmail.com> | 2015-07-19 14:03:54 +0200 |
commit | 048d5d661d7d62002ff8da2d8c8e2171160c0a02 (patch) | |
tree | 29170095db112b66e2974fa4b1ba1528c3d7adef /net/dnscrypt-proxy | |
parent | 6e0888f7f5e3f6ab20707ab1ff39d34531cdabb1 (diff) |
net/dnscrypt-proxy: update to 1.6.0
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
Diffstat (limited to 'net/dnscrypt-proxy')
-rw-r--r-- | net/dnscrypt-proxy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dnscrypt-proxy/Makefile b/net/dnscrypt-proxy/Makefile index 6439e92dc..3fce98d9b 100644 --- a/net/dnscrypt-proxy/Makefile +++ b/net/dnscrypt-proxy/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnscrypt-proxy -PKG_VERSION:=1.5.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.6.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.dnscrypt.org/dnscrypt-proxy -PKG_MD5SUM:=bcaaaae4797082dd7a6ba618cc3e687c +PKG_MD5SUM:=039b8106cf4e15302dc2487cb7fbb17b PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |