mirror of
https://gitlab.com/fscarmen/warp.git
synced 2026-06-15 03:25:42 +08:00
Sync wireproxy to V1.0.8 by GitLab CI/CD, 2024-04-13T20:02:03Z
Former-commit-id: d60078ecc7ef7ce6ea933b8937341e08502fb78b
This commit is contained in:
@@ -1957,7 +1957,7 @@ install() {
|
||||
# 如安装 WireProxy ,尽量下载官方的最新版本,如官方 WireProxy 下载不成功,将使用 cdn,以更好的支持双栈和大陆 VPS。并添加执行权限
|
||||
if [ "$PUFFERFFISH" = 1 ]; then
|
||||
wireproxy_latest=$(wget --no-check-certificate -qO- -T1 -t1 $STACK "https://api.github.com/repos/pufferffish/wireproxy/releases/latest" | awk -F [v\"] '/tag_name/{print $5; exit}')
|
||||
wireproxy_latest=${wireproxy_latest:-'1.0.7'}
|
||||
wireproxy_latest=${wireproxy_latest:-'1.0.8'}
|
||||
wget --no-check-certificate -T10 -t1 $STACK -O wireproxy.tar.gz https://github.com/pufferffish/wireproxy/releases/download/v"$wireproxy_latest"/wireproxy_linux_"$ARCHITECTURE".tar.gz ||
|
||||
wget --no-check-certificate $STACK -O wireproxy.tar.gz https://gitlab.com/fscarmen/warp/-/raw/main/wireproxy/wireproxy_linux_"$ARCHITECTURE".tar.gz
|
||||
[ $(type -p tar) ] || ${PACKAGE_INSTALL[int]} tar 2>/dev/null || ( ${PACKAGE_UPDATE[int]}; ${PACKAGE_INSTALL[int]} tar 2>/dev/null )
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
2024/04/13 v1.0.8
|
||||
2024/02/11 v1.0.7
|
||||
2023/05/23 v1.0.6
|
||||
2022/09/02 v1.0.5
|
||||
|
||||
@@ -1 +1 @@
|
||||
49befdcce3f052d72e990beff0c86dbd98ac16f9
|
||||
7ecb31dc80ef1a40bc26b68234e7621dc06fd95a
|
||||
@@ -1 +1 @@
|
||||
e7ee9849f9531caf8b149496106e4f6191317bae
|
||||
c859d501791e2d3752c21d5f6aab19a9199bc499
|
||||
@@ -1 +1 @@
|
||||
1b600d24c03eedca2f7835d93e88248664e0873d
|
||||
a9484768f6ca060dd823d8055610f69f06030b70
|
||||
Reference in New Issue
Block a user