diff options
author | brvphoenix <brvphoenix@gmail.com> | 2024-03-25 20:40:46 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2024-03-26 02:36:44 +0800 |
commit | 1ca47e0ed4eecd56befc3516739b2cbcdb2aa702 (patch) | |
tree | 1222cf4f8cfe138aca5138e628000f29a5a7a698 /net/sing-box/Makefile | |
parent | da03a29cda0898e1a3e46e242b73a7795bbef492 (diff) |
sing-box: update to 1.8.10
Signed-off-by: brvphoenix <brvphoenix@gmail.com>
Diffstat (limited to 'net/sing-box/Makefile')
-rw-r--r-- | net/sing-box/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sing-box/Makefile b/net/sing-box/Makefile index c677b9cd7..27bea3116 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.7 -PKG_RELEASE:=2 +PKG_VERSION:=1.8.10 +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:=35db2a6953c04ea6301f242ba2d6c7ca7f6d52bae0b4927beca5255ee958b218 +PKG_HASH:=a959f9a40148ed4166b8161072672f3ce1532957adef7717132c7277bb96dcf6 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE |