From 3d3d099f902ee19c6323ac0e4f38e9d7379a4dd0 Mon Sep 17 00:00:00 2001 From: Beginner <70857188+Beginner-Go@users.noreply.github.com> Date: Tue, 6 Jul 2021 23:26:33 +0800 Subject: [PATCH] dnsproxy: update to 0.38.2 (#7297) --- 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 de4229945..7b1433f3f 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.1 +PKG_VERSION:=0.38.2 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:=9a538d0d2e5f60234187c1e6092deb6c522aeb87c644d55c3cf8f38d384cd4f7 +PKG_HASH:=cc240be1e6975cc782155427f45a3753beb647d0de44f2e9f734486fc19db379 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0