diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2024-05-03 13:54:32 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2024-05-03 13:55:34 +0800 |
commit | 9581b81ce01dff4f21727be1ed66359fadb1da0c (patch) | |
tree | e605a4a702b43f456921a7f976eca20abe2ebc8f /net | |
parent | 206aa14ff30bde6204aa3f82a4b60fa0be4bb998 (diff) |
dnsproxy: Update to 0.71.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/dnsproxy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dnsproxy/Makefile b/net/dnsproxy/Makefile index 9149b3bc4..8a97ac287 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.70.0 -PKG_RELEASE:=2 +PKG_VERSION:=0.71.1 +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:=a78ce398f2019e7a3a57e7ffcb06ecfb6d08e36e0a07c58ada4ac4871cecd677 +PKG_HASH:=9c55c83ce3521c5197293a7618ed3ff103d236344aabf73ba37055e3964d2087 PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=Apache-2.0 |