mirror of
https://gitlab.com/fscarmen/warp.git
synced 2026-06-15 03:25:42 +08:00
Sync wireproxy to V1.0.9 by GitLab CI/CD, 2024-04-19T20:01:51Z
Former-commit-id: a15cff6547df4e2f5d38af62b396368534b80f3c
This commit is contained in:
@@ -1962,7 +1962,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.8'}
|
||||
wireproxy_latest=${wireproxy_latest:-'1.0.9'}
|
||||
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/19 v1.0.9
|
||||
2024/04/13 v1.0.8
|
||||
2024/02/11 v1.0.7
|
||||
2023/05/23 v1.0.6
|
||||
|
||||
@@ -1 +1 @@
|
||||
7ecb31dc80ef1a40bc26b68234e7621dc06fd95a
|
||||
a56cb310c3468a9f500c083176c912e81acdd5fc
|
||||
@@ -1 +1 @@
|
||||
c859d501791e2d3752c21d5f6aab19a9199bc499
|
||||
da773eb03a5d37380d875570cbad03ca3c989a0c
|
||||
@@ -1 +1 @@
|
||||
a9484768f6ca060dd823d8055610f69f06030b70
|
||||
1e1dc9c40b6d50dbd50ac45418eac8538370a7db
|
||||
Reference in New Issue
Block a user