diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2024-01-25 00:16:35 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2024-01-25 00:16:35 +0800 |
commit | 3711f7f6d2b44e85bd149f54038a3361726fce72 (patch) | |
tree | cf5ab1a824fe5654599390af1586ac14b212efb3 /net | |
parent | 995825f417448f6f1e742207f1b0d8b6ba95b734 (diff) |
dnsproxy: Update to 0.63.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net')
-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 ee4afc1e6..1e12f0c15 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.61.1 +PKG_VERSION:=0.63.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:=803af1704f8970e55a76e5af840f1fca0867624af7ef21d15e665a9f292244e8 +PKG_HASH:=f92478ffe5a673760780a2a1a01d8421264ae62057879da85b8cbbbb6ef0be09 PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=Apache-2.0 |