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