sing-box: update to 1.5.0-beta.5

This commit is contained in:
Gzxhwq 2023-09-07 21:32:37 +08:00 committed by sbwml
parent 5547539708
commit 61995471e8

View File

@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=sing-box PKG_NAME:=sing-box
PKG_VERSION:=1.4.1 PKG_VERSION:=1.5.0-beta.5
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/SagerNet/sing-box/tar.gz/v$(PKG_VERSION)? 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:=GPL-3.0-or-later
PKG_LICENSE_FILES:=LICENSE PKG_LICENSE_FILES:=LICENSE
@ -66,7 +66,7 @@ define Package/$(PKG_NAME)/config
config SING_BOX_WITH_ECH config SING_BOX_WITH_ECH
bool "Build with TLS ECH extension support" bool "Build with TLS ECH extension support"
default n default y
config SING_BOX_WITH_GRPC config SING_BOX_WITH_GRPC
bool "Build with standard gRPC support" bool "Build with standard gRPC support"