From 3a708afd04cfa297b3749734f5f46a334a831732 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 9 Dec 2023 00:57:41 +0800 Subject: [PATCH] dnsproxy: Update to 0.60.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 1a8a6441d..a94d248c7 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.59.1 +PKG_VERSION:=0.60.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:=151616e2562b9bc8de85725293b264e7769d84fe1cd462e74be6fdc8505b0cbb +PKG_HASH:=4985b65cc4055f2defda5910005a998077726f5118ce55830b05d42dd73affd6 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0