From 20d079f8a8bf004ae68b0c2d4ce5c0b124cd45bb Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sun, 8 Oct 2023 12:01:32 +0000 Subject: [PATCH] bump(main/v2ray): 5.8.0 This also fixes the build, as 5.7.0 cannot be built with go 1.21. --- packages/v2ray/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/v2ray/build.sh b/packages/v2ray/build.sh index 3bd96b09ca..49a6c698d6 100644 --- a/packages/v2ray/build.sh +++ b/packages/v2ray/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://www.v2fly.org/ TERMUX_PKG_DESCRIPTION="A platform for building proxies to bypass network restrictions" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION=5.7.0 +TERMUX_PKG_VERSION=5.8.0 TERMUX_PKG_SRCURL=git+https://github.com/v2fly/v2ray-core TERMUX_PKG_BUILD_IN_SRC=true