diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-04-14 00:24:48 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2023-04-14 00:24:48 +0800 |
commit | e43676a92f20301f613b22f04968589a280cf9be (patch) | |
tree | a5cdd805451dabcc5fd3183de0dd42ae17ac710c | |
parent | b8d737641103452d33047629c0ff2df8851a58aa (diff) |
dnsproxy: Update to 0.49.0
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 072716053..d2da37f4a 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.48.3 +PKG_VERSION:=0.49.0 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:=bc5f5e6d812293c13b7b6d42eae72a82231d9f332af1d2947c37dbdbf663abf3 +PKG_HASH:=4a6a698d830195fd8c04dd32c67e872bfd304fc39dbdaa982935892566b3ae37 PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=Apache-2.0 |