From e0049d52adc5b910ab924c645c2db1dc38f0a634 Mon Sep 17 00:00:00 2001 From: Saptak S Date: Fri, 29 Dec 2023 13:11:35 +0530 Subject: [PATCH] Updates tor packages in snapcraft config --- .github/workflows/build.yml | 7 +++++++ snap/snapcraft.yaml | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d794bae..3d964d36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4fab8490..6130c45d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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