mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
Updates tor packages in snapcraft config
This commit is contained in:
parent
057ca72417
commit
e0049d52ad
2 changed files with 10 additions and 3 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -151,6 +151,13 @@ jobs:
|
|||
cd desktop
|
||||
/Library/Frameworks/Python.framework/Versions/3.11/bin/poetry run python ./scripts/get-tor.py macos
|
||||
|
||||
- name: Install Go >=1.21.1
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: ">=1.21.1"
|
||||
cache: false
|
||||
- run: go version
|
||||
|
||||
- name: Restore cache - obfs4proxy
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
|
|
@ -176,8 +176,8 @@ parts:
|
|||
after: [onionshare-cli]
|
||||
|
||||
tor:
|
||||
source: https://dist.torproject.org/tor-0.4.8.5.tar.gz
|
||||
source-checksum: sha256/6957cfd14a29eee7555c52f8387a46f2ce2f5fe7dadf93547f1bc74b1657e119
|
||||
source: https://dist.torproject.org/tor-0.4.8.9.tar.gz
|
||||
source-checksum: sha256/59bb7d8890f6131b4ce5344f3dcea5deb2182b7f4f10ff0cb4e4d81f11b2cf65
|
||||
source-type: tar
|
||||
plugin: autotools
|
||||
autotools-configure-parameters:
|
||||
|
@ -207,7 +207,7 @@ parts:
|
|||
- go/latest/stable
|
||||
source: https://git.torproject.org/pluggable-transports/snowflake.git
|
||||
source-type: git
|
||||
source-tag: v2.6.0
|
||||
source-tag: v2.8.1
|
||||
organize:
|
||||
bin/client: bin/snowflake-client
|
||||
|
||||
|
|
Loading…
Reference in a new issue