mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 08:25:15 -04:00
Update pluggable transports
This commit is contained in:
parent
0d59218bf7
commit
9819b29b25
5 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue