From ba80a659a45b8c8ea3be12214f2091919c5eda5f Mon Sep 17 00:00:00 2001 From: Milinda Brantini Date: Tue, 9 Jul 2024 20:52:20 +0800 Subject: [PATCH] dnsproxy: Update to 0.72.0 Signed-off-by: Milinda Brantini --- net/dnsproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/dnsproxy/Makefile b/net/dnsproxy/Makefile index 7e335defd3..b9a3eebca9 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.71.2 +PKG_VERSION:=0.72.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/dnsproxy/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=9ea0a3ad75b2afdae8972aa563ec102c545c0e78acef07ab6862cba4d9508f62 +PKG_HASH:=ed8ab8aa619dfe89d0dd99433fee31a0f7fb68dc3ad8d6a7ef8ba24ef478aa87 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0 -- 2.30.2