From d27586caf0bde1d35847752372d2053d1095de6a Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 9 May 2026 11:34:18 +0800 Subject: [PATCH] dnsproxy: Update to 0.81.3 Release note: https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.81.3 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 d3b5915d34..c303737f11 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.81.0 +PKG_VERSION:=0.81.3 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:=d7a1b9d5b6a1f9bb3b3ecc51e8cb61d38f3e35e3b956fe65abd26ef5fd2ee862 +PKG_HASH:=79520942c63ed1dc067f67090b36e94f2115fac4a12d254a4999edf0966a58f0 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0