From 13fabde28e21ed7a399e798d85bf0f8c3c573c63 Mon Sep 17 00:00:00 2001 From: Beginner <70857188+Beginner-Go@users.noreply.github.com> Date: Tue, 20 Jul 2021 21:54:45 +0800 Subject: [PATCH] dnsproxy: update to 0.38.3 (#7455) --- package/lean/dnsproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/dnsproxy/Makefile b/package/lean/dnsproxy/Makefile index 4a791cf9f..f17363bd8 100644 --- a/package/lean/dnsproxy/Makefile +++ b/package/lean/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.38.2 +PKG_VERSION:=0.38.3 PKG_RELEASE:=$(AUTORELESE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/dnsproxy/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=cc240be1e6975cc782155427f45a3753beb647d0de44f2e9f734486fc19db379 +PKG_HASH:=a67b8d36c29d858d67c9f0dd056ce1126a5e75cdf280c42bd484aaca33a56a86 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0