We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a60a2 commit 27d8da6Copy full SHA for 27d8da6
1 file changed
packages/v2ray/build.sh
@@ -2,14 +2,14 @@ TERMUX_PKG_HOMEPAGE=https://www.v2fly.org/
2
TERMUX_PKG_DESCRIPTION="A platform for building proxies to bypass network restrictions"
3
TERMUX_PKG_LICENSE="MIT"
4
TERMUX_PKG_MAINTAINER="@termux"
5
-TERMUX_PKG_VERSION="5.39.0"
+TERMUX_PKG_VERSION="5.40.0"
6
TERMUX_PKG_SRCURL=git+https://github.com/v2fly/v2ray-core
7
TERMUX_PKG_BUILD_IN_SRC=true
8
TERMUX_PKG_AUTO_UPDATE=true
9
TERMUX_PKG_UPDATE_TAG_TYPE="latest-release-tag"
10
11
_RELEASE_URL=https://github.com/v2fly/v2ray-core/releases/download/v$TERMUX_PKG_VERSION/v2ray-linux-64.zip
12
-_RELEASE_SHA256=793f7e75a6fd2bfd03076253a7a4d58f05beb059e6fc0519ec5c0c2677fabe20
+_RELEASE_SHA256=e8fccc7343b4297eb8ce5151fad3f34a94581caed5476e083a12fff0e34b1bd2
13
14
termux_pkg_auto_update() {
15
local latest_tag
0 commit comments