Updates pluggable transport links in the build scripts

This commit is contained in:
Saptak S 2024-08-23 15:58:20 +05:30
parent 05d0d05514
commit a79773412d
No known key found for this signature in database
GPG key ID: 7B7F1772C0C6FCBF
5 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@ $env:MEEK_TAG = 'v0.38.0'
New-Item -ItemType Directory -Force -Path .\build\meek
cd .\build\meek
git clone https://git.torproject.org/pluggable-transports/meek.git
git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/meek.git
cd meek
git checkout $MEEK_TAG
go build .\meek-client

View file

@ -5,7 +5,7 @@ OS=$(uname -s)
mkdir -p ./build/meek
cd ./build/meek
git clone https://git.torproject.org/pluggable-transports/meek.git || echo "already cloned"
git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/meek.git || echo "already cloned"
cd meek
git checkout $MEEK_TAG

View file

@ -2,7 +2,7 @@ $env:SNOWFLAKE_TAG = 'v2.8.1'
New-Item -ItemType Directory -Force -Path .\build\snowflake
cd .\build\snowflake
git clone https://git.torproject.org/pluggable-transports/snowflake.git
git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
cd snowflake
git checkout $SNOWFLAKE_TAG
go build .\client

View file

@ -5,7 +5,7 @@ OS=$(uname -s)
mkdir -p ./build/snowflake
cd ./build/snowflake
git clone https://git.torproject.org/pluggable-transports/snowflake.git || echo "already cloned"
git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git || echo "already cloned"
cd snowflake
git checkout $SNOWFLAKE_TAG
if [ "$OS" == "Darwin" ]; then