diff --git a/net/sing-box/Makefile b/net/sing-box/Makefile index fce5451898c1c..c93d18fc54ed4 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.12.22 +PKG_VERSION:=1.13.11 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:=6c4333c3f53a07cc96b63a801fdf6c156820d51cd2eb05e44ea78df290a45377 +PKG_HASH:=5e35f2cc0ad14d3beb1956157fe3f4b3a36787dd115f247c72f2d550d353853b PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE @@ -118,7 +118,7 @@ ifeq ($(BUILD_VARIANT),tiny) ifeq ($(CONFIG_SMALL_FLASH),) GO_PKG_TAGS:=with_gvisor endif -GO_PKG_TAGS:=$(GO_PKG_TAGS),with_quic,with_utls,with_clash_api +GO_PKG_TAGS:=$(GO_PKG_TAGS),with_quic,with_utls,with_clash_api,with_ccm,with_ocm,with_naive_outbound,badlinkname,tfogo_checklinkname0 else GO_PKG_TAGS:=$(subst $(space),$(comma),$(strip \ $(if $(CONFIG_SINGBOX_WITH_ACME),with_acme) \