diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-10-25 19:40:20 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2023-10-25 19:40:20 +0800 |
commit | ad8f2b5e8e4d7a84f034bf458221e6721c0efedb (patch) | |
tree | 8dece9b1a7eb6d32131d8469c72e6238f9788cea | |
parent | 0d6bbc3bddeb0a0c2b9daaff9d40e3e0361ee763 (diff) |
dnsproxy: Update to 0.56.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
-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 61dfe4cbb..04bbd4bec 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.56.1 +PKG_VERSION:=0.56.2 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:=09aca2248e36c8e50e0a5e68034e34526aaccd6f849bd4de708f2ea4a5b3a52f +PKG_HASH:=b20a77e88567fbcb80a07faa0f47aee7446b4d32ee7c17036fbdf07c03f05e3a PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=Apache-2.0 |