diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2021-08-28 00:37:40 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2021-08-28 00:46:03 +0800 |
commit | 030562fee600727d588817e741a898a8d99dd916 (patch) | |
tree | 169a605a8e19e48de4ccfeea20bc43fe68b30a36 /net/dnsproxy | |
parent | a1331fbd8139a5dafc7ca66fe8bf91a371a32f9b (diff) |
dnsproxy: Update to 0.39.4
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 7afc83b35..74abf5ad0 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.39.1 +PKG_VERSION:=0.39.4 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:=dcd87517ebb88b899b1f89314cfe2c32d6cb202f9b3f7a6f3173cf951f1c3734 +PKG_HASH:=51ab423880141e6ded073f1d5bec7c9e68c3d54df380e75913dbc87aa264237b PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=Apache-2.0 |