From f64aaa69a853c83a2aa33647bbc82c3ce708b74a Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 19 Apr 2023 04:11:52 +0800 Subject: [PATCH] dnsproxy: Update to 0.49.1 Signed-off-by: Tianling Shen (cherry picked from commit 9ff57568f5ddd586eecf7861a62181f7014b916c) --- net/dnsproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/dnsproxy/Makefile b/net/dnsproxy/Makefile index 1ef2fcb9e4..e767f946af 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.49.0 +PKG_VERSION:=0.49.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:=4a6a698d830195fd8c04dd32c67e872bfd304fc39dbdaa982935892566b3ae37 +PKG_HASH:=c587a7e88660c879f738df1ffcbf0402928a0c04ec0f148e385017f176e8ba14 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0 -- 2.30.2