diff options
author | Nick Peng <pymumu@gmail.com> | 2023-08-13 17:22:29 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-08-14 08:27:31 +0800 |
commit | 60ce4c6970336a0caacaba5de24796fb773dd9b2 (patch) | |
tree | 33e033bdc09ae68a47d8b70dc23f11aa688102d6 /net/smartdns/Makefile | |
parent | 162ca6ad7f12378a1e9bb13c4835c0d06ddc90ea (diff) |
smartdns: bump to 1.2023.43
Signed-off-by: Nick Peng <pymumu@gmail.com>
Diffstat (limited to 'net/smartdns/Makefile')
-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 9ce5466ec..c0097fc2d 100644 --- a/net/smartdns/Makefile +++ b/net/smartdns/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=smartdns -PKG_VERSION:=1.2023.42 +PKG_VERSION:=1.2023.43 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://www.github.com/pymumu/smartdns.git -PKG_SOURCE_VERSION:=ed102cda03c56e9c63040d33d4a391b56491493e -PKG_MIRROR_HASH:=366e98b92c3d22844ff5fc52c35f65c3b01e1b92fc9dc14c474823f0cc3ed11a +PKG_SOURCE_VERSION:=1ba6ee7cb98b5b6448bc2a2be318eb3518d4de79 +PKG_MIRROR_HASH:=a31c1d79ffb253507a1a8e0bb8e6d93fa65efef22a3cdd098400157187bbfe20 PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com> PKG_LICENSE:=GPL-3.0-or-later |