diff options
author | Leo Douglas <douglarek@gmail.com> | 2023-11-11 21:15:23 +0800 |
---|---|---|
committer | Leo Douglas <douglarek@gmail.com> | 2023-11-11 21:15:23 +0800 |
commit | 7421b12e0f88427876c51242ff7f765909dd54dc (patch) | |
tree | b7bffbda1d8824f29cecf29c09c0e3a2cd2fbda8 /net/sing-box/Makefile | |
parent | 6b4a197c8c1000e6e0ea650fe4e24769cc603e99 (diff) |
sing-box: update to v1.6.3
see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.6.3
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 229dc2e67..067dd6d9e 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.0 +PKG_VERSION:=1.6.3 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:=3272c9ac447d009749429f38d76e9879609c0c321442c3235ba806d995c0838a +PKG_HASH:=3bebd23dd5d4734a90fb8821b3c2c0be0fd34800d10e6a4e0db95e06578cca1c PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE |