Update pluggable transports

This commit is contained in:
Micah Lee 2023-09-04 18:46:54 -07:00
parent 0d59218bf7
commit 9819b29b25
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
5 changed files with 5 additions and 5 deletions

View File

@ -47,7 +47,7 @@ poetry update
cd ..
```
Update the versions of `meek`, `obfs4proxy`, and `snowflake` in the `desktop/scripts/build-pt-*` scripts, both the bash and PowerShell scripts.
Update the versions of `meek`, `obfs4proxy`, and `snowflake` in the `desktop/scripts/build-pt-*` scripts, both the bash and PowerShell scripts. You can find the latest versions by looking at the tags in their git repos: [meek](https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/meek/-/tags), [obfs4proxy](https://gitlab.com/yawning/obfs4/-/tags), [snowflake](https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/tags).
### Update the documentation

View File

@ -1,4 +1,4 @@
$env:MEEK_TAG = 'v0.37.0'
$env:MEEK_TAG = 'v0.38.0'
New-Item -ItemType Directory -Force -Path .\build\meek
cd .\build\meek

View File

@ -1,5 +1,5 @@
#!/bin/bash
MEEK_TAG=v0.37.0
MEEK_TAG=v0.38.0
OS=$(uname -s)

View File

@ -1,4 +1,4 @@
$env:SNOWFLAKE_TAG = 'v2.3.1'
$env:SNOWFLAKE_TAG = 'v2.6.0'
New-Item -ItemType Directory -Force -Path .\build\snowflake
cd .\build\snowflake

View File

@ -1,5 +1,5 @@
#!/bin/bash
SNOWFLAKE_TAG=v2.3.1
SNOWFLAKE_TAG=v2.6.0
OS=$(uname -s)