diff options
author | Nick Peng <pymumu@gmail.com> | 2022-05-01 01:18:09 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-04-30 11:22:25 -0700 |
commit | 170ed0a5d98ceeefc366d4e506909572e25e33e3 (patch) | |
tree | d7945eb18dc8a1e08150425e1c755e65a7a76ebb /net/smartdns | |
parent | 624f48a6027f99cd7f1213e43804bed57c8a3d55 (diff) |
smartdns: Update to 1.2022.36
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 86b88e221..a693095d9 100644 --- a/net/smartdns/Makefile +++ b/net/smartdns/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=smartdns -PKG_VERSION:=1.2021.35 +PKG_VERSION:=1.2022.36 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://www.github.com/pymumu/smartdns.git -PKG_SOURCE_VERSION:=f50e4dd0813da9300580f7188e44ed72a27ae79c -PKG_MIRROR_HASH:=b4d825a48884101f647cd594f00b714a2d09ac419b958ee0317d302fd31b0038 +PKG_SOURCE_VERSION:=24661c2419a81e660b11a0e3d35a3bc269cd4bfa +PKG_MIRROR_HASH:=0835be621f0359bec24fe2ec112f455aef8d403167be33a8366630db9fdbdbaa PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com> PKG_LICENSE:=GPL-3.0-or-later |