From d2b957e1788398eda97b95a653e75b38cb924a36 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 24 Dec 2021 23:15:51 +0800 Subject: [PATCH] dnsproxy: Update to 0.40.1 Signed-off-by: Tianling Shen --- net/dnsproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/dnsproxy/Makefile b/net/dnsproxy/Makefile index 9a3f4f53b..97370ff04 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.39.13 +PKG_VERSION:=0.40.1 PKG_RELEASE:=$(AUTORELESE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/dnsproxy/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=a6f865dd6970b3c6a3c34adbec6817535d33c48c93f9ab540280433d10c7169b +PKG_HASH:=f968e5c38ce27e5bb827138d2f5991397fb338bceaa9566399f5d52ef8c26d80 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0