Community maintained packages for ImmortalWrt.
Revision | c5abb43c74e94b26e5d651e81092b1fe802bb69e (tree) |
---|---|
Time | 2022-01-21 12:31:51 |
Author | Beginner <70857188+Beginner-Go@user...> |
Commiter | Tianling Shen |
dnsproxy: update to 0.40.5
(cherry picked from commit 00de86b4e20f2901675b1c49952c7ee9f57f8a62)
@@ -5,12 +5,12 @@ | ||
5 | 5 | include $(TOPDIR)/rules.mk |
6 | 6 | |
7 | 7 | PKG_NAME:=dnsproxy |
8 | -PKG_VERSION:=0.40.4 | |
8 | +PKG_VERSION:=0.40.5 | |
9 | 9 | PKG_RELEASE:=$(AUTORELESE) |
10 | 10 | |
11 | 11 | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
12 | 12 | PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/dnsproxy/tar.gz/v$(PKG_VERSION)? |
13 | -PKG_HASH:=84cb3fbfcf2a17f9ec747743a1e8553a634f926866fbd0fc29a83589e716a646 | |
13 | +PKG_HASH:=8a0ccb81717533fc2c4a2bd65890f6805ddd11366294e49e441aa2f9cbfc8c9f | |
14 | 14 | |
15 | 15 | PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> |
16 | 16 | PKG_LICENSE:=Apache-2.0 |