v2ray: Bump to 5.7.0

This commit is contained in:
Tee KOBAYASHI 2023-06-16 21:29:28 +09:00 committed by xtkoba
parent 4c34c133d5
commit c8ae8997d5
1 changed files with 7 additions and 8 deletions

View File

@ -2,8 +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.4.1
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION=5.7.0
TERMUX_PKG_SRCURL=git+https://github.com/v2fly/v2ray-core
TERMUX_PKG_BUILD_IN_SRC=true
@ -14,15 +13,15 @@ termux_step_post_get_source() {
chmod +w $GOPATH -R
rm -rf $TERMUX_PREFIX/share/v2ray/
mkdir -p $TERMUX_PREFIX/share/v2ray/
termux_download https://github.com/v2fly/geoip/releases/download/202303230043/geoip.dat \
termux_download https://github.com/v2fly/geoip/releases/download/202306150049/geoip.dat \
$TERMUX_PREFIX/share/v2ray/geoip.dat \
7086861a6016319264248baea07b3fee74d44521f46ead4338f14cb2dd4779a6
termux_download https://github.com/v2fly/domain-list-community/releases/download/20230324131400/dlc.dat \
811085edc67057690c783e735182db32e5a4b446ee5f6d70ef9e12960ce910da
termux_download https://github.com/v2fly/domain-list-community/releases/download/20230614081211/dlc.dat \
$TERMUX_PREFIX/share/v2ray/geosite.dat \
7b20a6e466e985f0c6301fb77b00f56367987dd85ef7ea01cb4a72b11d118f89
termux_download https://github.com/v2fly/geoip/releases/download/202303230043/geoip-only-cn-private.dat \
bc72217e378cf0c726cb1507126f0d5b563096c42832305523a6c4d1806c15a3
termux_download https://github.com/v2fly/geoip/releases/download/202306150049/geoip-only-cn-private.dat \
$TERMUX_PREFIX/share/v2ray/geoip-only-cn-private.dat \
ed3d13a5cf8c9629d5f74b9ee2dd645b90760bae3939b5de8f6b5eb415cfca07
98f6b3a01e2896e908fc2481d1ebb5da74b204f68ab70ec51c8e525a7ed2515b
}
termux_step_make() {