diff options
author | Anya Lin <hukk1996@gmail.com> | 2023-12-30 22:44:52 +0800 |
---|---|---|
committer | Anya Lin <hukk1996@gmail.com> | 2023-12-30 22:44:52 +0800 |
commit | 2cf219c8379e178622b5e302754b4b87b581bc56 (patch) | |
tree | b6ff9539a5961baad03105d915efc71a09f9cec7 /net | |
parent | 738937a9c60079b8b15979cd79614d79ef132cff (diff) |
sing-box: Update to 1.7.7
Signed-off-by: Anya Lin <hukk1996@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 3bd577e8f..32134356f 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.7.4 +PKG_VERSION:=1.7.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:=483c7188f054dffc37211a4c6d50edc7473f9cbbe57c5687bb3551aba3919e52 +PKG_HASH:=ce182cb2181e898b56ca9b6ce0d5adeaece8e761ac62ce8cde69b3c7219b8430 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE |