diff options
author | Leo Douglas <douglarek@gmail.com> | 2023-09-14 10:15:03 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-09-15 09:50:14 +0800 |
commit | b76a0d6aa63a9cdb6e6409538aafe11ac67dd22c (patch) | |
tree | f23d876b83345b4095668b39281a44c4d4807661 /net/sing-box/Makefile | |
parent | ccde8d18a1a7abda2f0e69de02fd9268c1157c32 (diff) |
sing-box: update to 1.4.3
see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.4.3
Signed-off-by: Leo Douglas <douglarek@gmail.com>
Diffstat (limited to 'net/sing-box/Makefile')
-rw-r--r-- | net/sing-box/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sing-box/Makefile b/net/sing-box/Makefile index 47fe20a5e..dd3b3b026 100644 --- a/net/sing-box/Makefile +++ b/net/sing-box/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sing-box -PKG_VERSION:=1.4.0 +PKG_VERSION:=1.4.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/SagerNet/sing-box/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=ab6698545442e9197339f459553e241ff91396ba39a8e5d14e0a792e78d290a0 +PKG_HASH:=baf7c87f2e5005bf268975b1a2511f30927210b1607f20451fec2de0044edfa8 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE |