From 289f465c0067f1ffc83c083451fba2ec339361c1 Mon Sep 17 00:00:00 2001 From: Netch Date: Sun, 12 Sep 2021 23:16:55 +0800 Subject: [PATCH] Lock version --- Other/cloak/build.ps1 | 2 +- Other/v2ray-plugin/build.ps1 | 2 +- Other/xray-plugin/build.ps1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Other/cloak/build.ps1 b/Other/cloak/build.ps1 index 015e1f8f..72d8e4a3 100644 --- a/Other/cloak/build.ps1 +++ b/Other/cloak/build.ps1 @@ -1,6 +1,6 @@ Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/cbeuw/Cloak src +git clone https://github.com/cbeuw/Cloak -b 'v2.5.5' src if ( -Not $? ) { Pop-Location exit $lastExitCode diff --git a/Other/v2ray-plugin/build.ps1 b/Other/v2ray-plugin/build.ps1 index a11830ca..3d0bc358 100644 --- a/Other/v2ray-plugin/build.ps1 +++ b/Other/v2ray-plugin/build.ps1 @@ -1,6 +1,6 @@ Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/teddysun/v2ray-plugin src +git clone https://github.com/teddysun/v2ray-plugin -b 'v4.42.1' src if ( -Not $? ) { Pop-Location exit $lastExitCode diff --git a/Other/xray-plugin/build.ps1 b/Other/xray-plugin/build.ps1 index 51b72f4b..84cd5d5d 100644 --- a/Other/xray-plugin/build.ps1 +++ b/Other/xray-plugin/build.ps1 @@ -1,6 +1,6 @@ Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/teddysun/xray-plugin src +git clone https://github.com/teddysun/xray-plugin -b 'v1.4.3' src if ( -Not $? ) { Pop-Location exit $lastExitCode