diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-03-29 03:06:19 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-03-29 03:09:19 +0200 |
commit | 296a58491b6830624e580ee2f068d80878abb615 (patch) | |
tree | bcac80567bcfb827dba73a786b31a74b9904a0df | |
parent | e06d851a42babc615709af9da52f998c9dcf37d4 (diff) |
dnscrypt-proxy2: update to version 2.0.42
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
-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 73e6cd7f3..6f064e742 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.39 +PKG_VERSION:=2.0.42 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:=c943c74c0894bb51336529e733ca3811dffdb914a59b9707c63a327f2c8ff835 +PKG_HASH:=c000ca4e159c6606cb3476ea9e34ed64b5c46c710d70cc5651f14f1125c8d352 PKG_BUILD_DIR:=$(BUILD_DIR)/dnscrypt-proxy-$(PKG_VERSION) PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> |