diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-09-27 14:42:50 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-09-28 17:55:03 +0200 |
commit | b9fbb90fd4a75b33c9f14a2590c06961d638566a (patch) | |
tree | c04d2ffdc46ee5047b023f48d18c0807b83c1f44 /net/dnscrypt-proxy2 | |
parent | 1df857235ef077fcd395c3a07ae0b8c85bfc5ef0 (diff) |
dnscrypt-proxy2: Update to version 2.0.27
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'net/dnscrypt-proxy2')
-rw-r--r-- | net/dnscrypt-proxy2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dnscrypt-proxy2/Makefile b/net/dnscrypt-proxy2/Makefile index 3b761d50b..6854384e3 100644 --- a/net/dnscrypt-proxy2/Makefile +++ b/net/dnscrypt-proxy2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnscrypt-proxy2 -PKG_VERSION:=2.0.25 +PKG_VERSION:=2.0.27 PKG_RELEASE:=1 PKG_SOURCE:=dnscrypt-proxy-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/jedisct1/dnscrypt-proxy/tar.gz/$(PKG_VERSION)? -PKG_HASH:=774696004c9e306e1723b4cbbe66a961128a335543d318d0786492ce69b906fa +PKG_HASH:=a501f44af39cb43e00489ef9e6678aa8adba2bc98f9042dd61ce60e9ad074d5a PKG_BUILD_DIR:=$(BUILD_DIR)/dnscrypt-proxy-$(PKG_VERSION) PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> |