summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-11-14 13:28:33 -0800
committerMicah Lee <micah@micahflee.com>2021-11-14 13:28:33 -0800
commit5d7293db4449851be86e17d234ff8802275f6f51 (patch)
tree7999ca5f78912c2d7ad61972f0a4db3cdf644732 /snap
parent27510a9f26cb51e7f2c5641a259106408cbc95e0 (diff)
downloadonionshare-5d7293db4449851be86e17d234ff8802275f6f51.tar.gz
onionshare-5d7293db4449851be86e17d234ff8802275f6f51.zip
Keep using stem for now, and comment out meek-client for now
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml18
1 files changed, 9 insertions, 9 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 3f2c68f7..7413bf72 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -125,7 +125,7 @@ parts:
- setuptools
- pynacl
- colorama
- - cepa == 1.8.2
+ - git+https://github.com/onionshare/stem.git@1.8.1
stage-packages:
- build-essential
- libssl-dev
@@ -135,7 +135,7 @@ parts:
stage:
- -usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
- -usr/share/doc/libssl1.1/changelog.Debian.gz
- after: [tor, obfs4, snowflake-client, meek-client]
+ after: [tor, obfs4, snowflake-client]
tor:
source: https://dist.torproject.org/tor-0.4.6.8.tar.gz
@@ -166,10 +166,10 @@ parts:
source-type: git
source-tag: v2.0.1
- meek-client:
- plugin: go
- go-importpath: git.torproject.org/pluggable-transports/meek.git/meek-client
- go-packages: ["google.golang.org/appengine"]
- source: https://git.torproject.org/pluggable-transports/meek.git
- source-type: git
- source-tag: v0.37.0
+ # meek-client:
+ # plugin: go
+ # go-importpath: git.torproject.org/pluggable-transports/meek.git/meek-client
+ # go-packages: ["google.golang.org/appengine"]
+ # source: https://git.torproject.org/pluggable-transports/meek.git
+ # source-type: git
+ # source-tag: v0.37.0