mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Update pluggable transports
This commit is contained in:
parent
0d59218bf7
commit
9819b29b25
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
MEEK_TAG=v0.37.0
|
||||
MEEK_TAG=v0.38.0
|
||||
|
||||
OS=$(uname -s)
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
SNOWFLAKE_TAG=v2.3.1
|
||||
SNOWFLAKE_TAG=v2.6.0
|
||||
|
||||
OS=$(uname -s)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user