From 125da0f2f4c9432c88b27797c3616b3e855c281b Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 18 Feb 2022 03:00:21 +0800 Subject: [PATCH] dnsproxy: Update to 0.41.2 Fixed typo error: `AUTORELESE` -> `AUTORELEASE`. Signed-off-by: Tianling Shen --- net/dnsproxy/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/dnsproxy/Makefile b/net/dnsproxy/Makefile index 39524e106..56e870f38 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.41.1 -PKG_RELEASE:=$(AUTORELESE) +PKG_VERSION:=0.41.2 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/dnsproxy/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=f6bdc0b21b85dac2d78221ec4465710abde5d80821aec067f7db8f68710c04f7 +PKG_HASH:=ae67d86ffab7c5d63dac07ddf00463e4c32ef61247e86049f8f9126883e20944 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0