From f464134262ac0cd9f74f6b3a1af5dde98441e85e Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 16 Aug 2023 17:22:38 +0800 Subject: [PATCH] dnsproxy: Update to 0.54.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 8260170b3c..b791903f11 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.52.0 +PKG_VERSION:=0.54.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:=e650ab9df52e33de1431690b84e700e88212dfc14684d0a88dd148f3cfc8336a +PKG_HASH:=13d25158408387995cbb294efe630f14bf1340f50305e895854c950e1a34d498 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0 -- 2.30.2