diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-02-02 23:05:35 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-02-03 09:58:51 +0100 |
commit | 561b535c368acc6ed703fde39c449ee195f113ec (patch) | |
tree | e91c98702f454f53d610bb6aa8ec485566624201 /net/dnscrypt-proxy2 | |
parent | f79a58326adea05324db6898c03ceed0b54a23bb (diff) |
dnscrypt-proxy2: update to version 2.0.39
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 4bb11f815..73e6cd7f3 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.36 +PKG_VERSION:=2.0.39 PKG_RELEASE:=1 PKG_SOURCE:=dnscrypt-proxy-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/DNSCrypt/dnscrypt-proxy/tar.gz/$(PKG_VERSION)? -PKG_HASH:=ddc9225b86bf3595ceedaed6470764e6194241ce26cfea86f9fdfcf6bd3a7575 +PKG_HASH:=c943c74c0894bb51336529e733ca3811dffdb914a59b9707c63a327f2c8ff835 PKG_BUILD_DIR:=$(BUILD_DIR)/dnscrypt-proxy-$(PKG_VERSION) PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> |