diff options
author | brvphoenix <brvphoenix@gmail.com> | 2024-02-28 21:32:53 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2024-02-29 12:59:11 +0800 |
commit | 3917a0af5878eb7ce76feff9affd06902806f370 (patch) | |
tree | 21bd955e0b200295380bd2519d86db00031531ef /net/sing-box/Makefile | |
parent | 0af6e8d15898f62c0c5080877af4fd8557bb4731 (diff) |
sing-box: update to 1.8.7
Signed-off-by: brvphoenix <brvphoenix@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 d9f7bdb6f..9f6207186 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.8.4 +PKG_VERSION:=1.8.7 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:=949feec1da2bc9d43b6c766c1dfb6f71f737a221e5ce4220616a3900dfb40c82 +PKG_HASH:=35db2a6953c04ea6301f242ba2d6c7ca7f6d52bae0b4927beca5255ee958b218 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE |