From 2805a5492f4a509ec163f15f7947803ec28dc95a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 02:43:40 +0800 Subject: [PATCH] update 2023-09-08 02:43:40 --- sing-box/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sing-box/Makefile b/sing-box/Makefile index e96429154..32c8fb60f 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 @@ -65,7 +65,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"