diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2021-12-24 23:15:51 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2021-12-24 23:15:51 +0800 |
commit | d2b957e1788398eda97b95a653e75b38cb924a36 (patch) | |
tree | 823b0fbf9afddadb2bc5596983bf399669dd953d /net/dnsproxy | |
parent | 01473316a57fd3c883b805be0ec9c4217c1ea25e (diff) |
dnsproxy: Update to 0.40.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/dnsproxy')
-rw-r--r-- | net/dnsproxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dnsproxy/Makefile b/net/dnsproxy/Makefile index 9a3f4f53b..97370ff04 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.39.13 +PKG_VERSION:=0.40.1 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:=a6f865dd6970b3c6a3c34adbec6817535d33c48c93f9ab540280433d10c7169b +PKG_HASH:=f968e5c38ce27e5bb827138d2f5991397fb338bceaa9566399f5d52ef8c26d80 PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=Apache-2.0 |