update 2023-09-08 02:43:40

This commit is contained in:
github-actions[bot] 2023-09-08 02:43:40 +08:00
parent e959e52f22
commit 2805a5492f
1 changed files with 3 additions and 3 deletions

View File

@ -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"