diff options
author | Damiano Renfer <damiano.renfer@gmail.com> | 2015-06-21 18:45:30 +0200 |
---|---|---|
committer | Damiano Renfer <damiano.renfer@gmail.com> | 2015-06-21 18:45:30 +0200 |
commit | 7621572e2217d5dbbfe482da8708cbf8546b4f6e (patch) | |
tree | c1adb5babd0b503a384aad1163fb3702794f8e10 /net/dnscrypt-proxy | |
parent | 60ba8483f14c17a553ef7c3674246d9de2fdd95b (diff) |
net/dnscrypt-proxy: update to 1.5.0
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
Diffstat (limited to 'net/dnscrypt-proxy')
-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 22458fbfb..32a872185 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.4.3 +PKG_VERSION:=1.5.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.dnscrypt.org/dnscrypt-proxy -PKG_MD5SUM:=54d172236a8f321fb5689ff81767f1ba +PKG_MD5SUM:=bcaaaae4797082dd7a6ba618cc3e687c PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |