diff options
author | Nick Peng <pymumu@gmail.com> | 2022-10-12 20:12:03 +0800 |
---|---|---|
committer | Nick Peng <pymumu@gmail.com> | 2022-10-12 20:12:03 +0800 |
commit | 64bf797e98a64c705bcb7e5c36abdf876ce3486b (patch) | |
tree | b4163bd1b3d387811162b0652bb2dbd49821d2b1 /net/smartdns | |
parent | 0d5f3573732061d9670f638e3ae9db4357f42fed (diff) |
smartdns: update to 1.2022.38.1
Signed-off-by: Nick Peng <pymumu@gmail.com>
Diffstat (limited to 'net/smartdns')
-rw-r--r-- | net/smartdns/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/smartdns/Makefile b/net/smartdns/Makefile index 5be9f4c8d..27373890e 100644 --- a/net/smartdns/Makefile +++ b/net/smartdns/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=smartdns -PKG_VERSION:=1.2022.38 +PKG_VERSION:=1.2022.38.1 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://www.github.com/pymumu/smartdns.git -PKG_SOURCE_VERSION:=1991a0b102e891f149647b162897bf4403f8f66c -PKG_MIRROR_HASH:=8017fd769d8128af5b54ce7935f4801cc798c6608dd54fa3e3a7d230ec8f1b64 +PKG_SOURCE_VERSION:=9bc857f628299573c7eca0833229d9812b1c1de4 +PKG_MIRROR_HASH:=a202b765e6ce8355335c80214819add3ed72a82426b033d7d5adf1448b415063 PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com> PKG_LICENSE:=GPL-3.0-or-later |