diff options
author | Damiano Renfer <damiano.renfer@gmail.com> | 2017-01-29 17:29:35 +0100 |
---|---|---|
committer | Damiano Renfer <damiano.renfer@gmail.com> | 2017-01-29 17:29:35 +0100 |
commit | 0f9bceea0b600d4960f9d71383847897931b5f7c (patch) | |
tree | 68989d6bbd357dbcc918551b3a767a87d405d00d /net/dnscrypt-proxy | |
parent | e7cfe41c81fb5f9bd9cd2b7ba143628304374e98 (diff) |
net/dnscrypt-proxy: update to 1.9.4
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 489dcf813..c4b36f1b8 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.9.1 +PKG_VERSION:=1.9.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://download.dnscrypt.org/dnscrypt-proxy -PKG_MD5SUM:=4f593faeba9facb4718caa011d76497b3e813b110f3a2a44a25c9c950ac74129 +PKG_MD5SUM:=fdf4a708e7922e13b14555f315ca8d5361aec89b0595b06fdbbcaacfa4e6f11e PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |