From b5290ace07891fe744863a0858290bc627bbff01 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 2 Mar 2024 19:50:51 +0800 Subject: [PATCH] dnsproxy: Update to 0.65.2 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 70c4f8ec03..f0b8627bb4 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.64.1 +PKG_VERSION:=0.65.2 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:=3e7a032b7f69cbbb64825cc373da5f0c2bec1417b8211db6a5cb6aff5ab2ca57 +PKG_HASH:=7c863404075daf76f1c6b291cc473670cbc45651af8f409e488c10a47fb73117 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0