From 61995471e8aaeb4fb3d14dfb4a38255b352f9518 Mon Sep 17 00:00:00 2001 From: Gzxhwq Date: Thu, 7 Sep 2023 21:32:37 +0800 Subject: [PATCH] sing-box: update to 1.5.0-beta.5 --- sing-box/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sing-box/Makefile b/sing-box/Makefile index 5f9feeb34..c031f96f3 100644 --- a/sing-box/Makefile +++ b/sing-box/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sing-box -PKG_VERSION:=1.4.1 +PKG_VERSION:=1.5.0-beta.5 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:=5b8a576639e24640b76f5ee175aa83a54bf9a68f3a6de1650c3067f0f0405e7d +PKG_HASH:=a25204c9f2c949de666fb88c95a087269920c822bd8097d1396b96b878082c36 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE @@ -66,7 +66,7 @@ define Package/$(PKG_NAME)/config config SING_BOX_WITH_ECH bool "Build with TLS ECH extension support" - default n + default y config SING_BOX_WITH_GRPC bool "Build with standard gRPC support"