diff options
author | Damiano Renfer <damiano.renfer@gmail.com> | 2017-05-14 11:29:51 +0200 |
---|---|---|
committer | Damiano Renfer <damiano.renfer@gmail.com> | 2017-05-14 11:29:51 +0200 |
commit | 1bfb0629a2631636a4551472156a6fb4489368a3 (patch) | |
tree | 4e48d92f81579e2ede388deb2780660be6571853 /net/dnscrypt-proxy | |
parent | 529b00b5d4c1848d22bf6b4f407c4bc70d2be334 (diff) |
net/dnscrypt-proxy: update to 1.9.5
* Update to 1.9.5
* Use PKG_HASH instead of PKG_MD5SUM
* Add dnscrypt-proxy github link in PKG_SOURCE_URL
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
Diffstat (limited to 'net/dnscrypt-proxy')
-rw-r--r-- | net/dnscrypt-proxy/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/dnscrypt-proxy/Makefile b/net/dnscrypt-proxy/Makefile index 4c4a1f785..4c36b1145 100644 --- a/net/dnscrypt-proxy/Makefile +++ b/net/dnscrypt-proxy/Makefile @@ -10,12 +10,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnscrypt-proxy -PKG_VERSION:=1.9.4 -PKG_RELEASE:=3 +PKG_VERSION:=1.9.5 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://download.dnscrypt.org/dnscrypt-proxy -PKG_MD5SUM:=fdf4a708e7922e13b14555f315ca8d5361aec89b0595b06fdbbcaacfa4e6f11e +PKG_SOURCE_URL:=http://download.dnscrypt.org/dnscrypt-proxy \ +https://github.com/jedisct1/dnscrypt-proxy/releases/download/$(PKG_VERSION) +PKG_HASH:=e89f5b9039979ab392302faf369ef7593155d5ea21580402a75bbc46329d1bb6 PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |