diff options
author | brvphoenix <brvphoenix@gmail.com> | 2024-04-29 17:08:50 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2024-04-30 15:19:07 +0800 |
commit | 3fefdbf34bbe2601fcd677fd887e4156214b37ac (patch) | |
tree | 3927e800dc1740942536b8103e2868a1c5eaaab8 /net | |
parent | 269b1a0b6d68d2b66a55ae6cf9cb8007291ecb96 (diff) |
sing-box: update to 1.8.12
Signed-off-by: brvphoenix <brvphoenix@gmail.com>
Diffstat (limited to 'net')
-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 27bea3116..62b9d67a8 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.10 +PKG_VERSION:=1.8.12 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:=a959f9a40148ed4166b8161072672f3ce1532957adef7717132c7277bb96dcf6 +PKG_HASH:=802eb5e202ac1dd846b1f529b3df9e5d69452182fd5d70f7c8f2a819c9e86162 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE |