From f4ed32e14c09ebc54987bb54b5449d2429120f05 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 23 Jul 2021 00:50:18 +0800 Subject: [PATCH] dnsproxy: Update to 0.39.0 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 3b5557b52d..5412ecdc1e 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.38.2 +PKG_VERSION:=0.39.0 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:=cc240be1e6975cc782155427f45a3753beb647d0de44f2e9f734486fc19db379 +PKG_HASH:=00cf9978670e51be14cab262638735321afa917c3b4f46c0c5a189731ee124bf PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0