mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-23 23:01:26 -04:00
Update obfs4proxy, meek and tor versions. Try building 32-bit snapcraft. Bump Onionshare version to 2.6.1
This commit is contained in:
parent
e129f73934
commit
e0665fa100
14 changed files with 33 additions and 27 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
OBFS4PROXY_TAG=obfs4proxy-0.0.13
|
||||
OBFS4PROXY_TAG=obfs4proxy-0.0.14
|
||||
|
||||
mkdir -p ./build/obfs4proxy
|
||||
cd ./build/obfs4proxy
|
||||
git clone https://gitlab.com/yawning/obfs4 || echo "already cloned"
|
||||
cd obfs4
|
||||
git checkout $OBFS4PROXY_TAG
|
||||
go build -o ../../../onionshare/resources/tor/obfs4proxy ./obfs4proxy
|
||||
go build -o ../../../onionshare/resources/tor/obfs4proxy ./obfs4proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue