From e60975e71ce3da69a43b8bef41ea05eb731455ff Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 13 Dec 2023 14:21:50 +0800 Subject: [PATCH] dnsproxy: Update to 0.60.1 Signed-off-by: Tianling Shen (cherry picked from commit 3900f2aab4f5994cbbdd84a0da0e2a343533af95) --- net/dnsproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/dnsproxy/Makefile b/net/dnsproxy/Makefile index a94d248c78..6ac9079818 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.60.0 +PKG_VERSION:=0.60.1 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:=4985b65cc4055f2defda5910005a998077726f5118ce55830b05d42dd73affd6 +PKG_HASH:=4af8d4b0fd5522c41b9370bd2fe102af8fcaa2b48bd6664d1252b55a6d2fe8d4 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0 -- 2.30.2