From e9b65e5d7f62809899af35d5e7e44d74bd08c493 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 27 Mar 2023 03:34:06 +0800 Subject: [PATCH] dnsproxy: Update to 0.48.2 Signed-off-by: Tianling Shen (cherry picked from commit 1ac880fb12264144aedcb756ba0763626598a25a) --- net/dnsproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/dnsproxy/Makefile b/net/dnsproxy/Makefile index dc3e07ea14..3ff8f834a3 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.48.1 +PKG_VERSION:=0.48.2 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:=c671c69879e1a76d7a079a311c6eeb10abc5471277ecaecf3ef8666b057f7a57 +PKG_HASH:=fd385b3414e616aef5d96b7b007d5fc4fd21b73d6bc097811508e9ddb9b3f4cb PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0 -- 2.30.2