From 8e70115b4c8d35c10b339510bfb380a724d71813 Mon Sep 17 00:00:00 2001 From: bgme Date: Tue, 14 Nov 2023 02:30:52 +0800 Subject: [PATCH] sing-box-git: enable ech --- repo/sing-box-git/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo/sing-box-git/PKGBUILD b/repo/sing-box-git/PKGBUILD index 1a9f9fa..4a538eb 100644 --- a/repo/sing-box-git/PKGBUILD +++ b/repo/sing-box-git/PKGBUILD @@ -40,7 +40,7 @@ pkgver() { git describe --tags --long | sed -E 's/([^-]*-g)/r\1/;s/-/./g;s/^v//' } -_tags=with_gvisor,with_quic,with_dhcp,with_wireguard,with_utls,with_reality_server,with_clash_api,with_acme +_tags=with_gvisor,with_quic,with_dhcp,with_wireguard,with_ech,with_utls,with_reality_server,with_acme,with_clash_api build() { cd "${srcdir}/${_pkgname}"