From 303f0ad5ed690a22de5bfe959975d0d19511043a Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 7 Oct 2023 12:59:43 +0800 Subject: [PATCH] dnsproxy: Update to 0.56.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 f8b4735f05..20d25d60f0 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.55.0 +PKG_VERSION:=0.56.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:=fecda5ee48a2f43edce47fe3e384ab931c36abd24aa09198014f8fd90f6a4664 +PKG_HASH:=841a83d2bc7f186fb83d5187993ebb21855afa827a9cdc6f976201feb7fcf3f7 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0