From: Fabian Lipken Date: Tue, 16 Aug 2022 07:34:23 +0000 (+0200) Subject: dnscrypt-proxy2: update to version 2.1.2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8b198ed582daf4c7f41b43765df733f0fa7b127a;p=feed%2Fpackages.git dnscrypt-proxy2: update to version 2.1.2 Signed-off-by: Fabian Lipken (cherry picked from commit 2c617bbe224ab2e6878e86c5cd61dbfa59440500) --- diff --git a/net/dnscrypt-proxy2/Makefile b/net/dnscrypt-proxy2/Makefile index 1bcc619988..c3c7affb3e 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.1.1 +PKG_VERSION:=2.1.2 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:=cc4a2f274ce48c3731ff981e940e6475d912fb356a80481e91725e81d67bde14 +PKG_HASH:=aa55fd52b9c1b983405bf98b42ec754f5d6f59b429ba9c98115df617eef5dea4 PKG_BUILD_DIR:=$(BUILD_DIR)/dnscrypt-proxy-$(PKG_VERSION) PKG_MAINTAINER:=Josef Schlehofer