diff options
author | Leo Douglas <douglarek@gmail.com> | 2023-11-14 11:02:04 +0800 |
---|---|---|
committer | Leo Douglas <douglarek@gmail.com> | 2023-11-14 11:02:04 +0800 |
commit | c1aae04231c7f1a6d8f3ff1aa3ac421ad8aa8c1f (patch) | |
tree | 1e8dac5767b486468e5fee15408009cbd143d927 /net/sing-box/Makefile | |
parent | ef2542f4d1652c15cf1e1d6ffc6dcf7b6822bfa1 (diff) |
sing-box: update to v1.6.4
see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.6.4
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 067dd6d9e..7f4b9ac4e 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.6.3 +PKG_VERSION:=1.6.4 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:=3bebd23dd5d4734a90fb8821b3c2c0be0fd34800d10e6a4e0db95e06578cca1c +PKG_HASH:=3b1008d8a4d0cb0c41841531b1845b9b859a5d8f73af2c9a137fec4c7ad1f18f PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE |