From 6ca0770d72d1a191fe9800f01b5290282ca890b9 Mon Sep 17 00:00:00 2001 From: Krystie Date: Thu, 2 Apr 2026 22:28:38 -0700 Subject: [PATCH] Fix Tor download: use dist.torproject.org v15.0.8 (14.0.8 was 404) --- .github/workflows/build-all.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index ed4c622..0feb2cf 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -98,8 +98,8 @@ jobs: - name: Download Tor shell: powershell run: | - $TOR_VERSION = "14.0.8" - $TOR_URL = "https://archive.torproject.org/tor-package-archive/torbrowser/${TOR_VERSION}/tor-expert-bundle-windows-x86_64-${TOR_VERSION}.tar.gz" + $TOR_VERSION = "15.0.8" + $TOR_URL = "https://dist.torproject.org/torbrowser/${TOR_VERSION}/tor-expert-bundle-windows-x86_64-${TOR_VERSION}.tar.gz" Invoke-WebRequest -Uri $TOR_URL -OutFile tor-bundle.tar.gz New-Item -ItemType Directory -Path tor-extract -Force tar -xzf tor-bundle.tar.gz -C tor-extract @@ -208,8 +208,8 @@ jobs: - name: Build .deb package run: | - TOR_VERSION="14.0.8" - curl -sL "https://archive.torproject.org/tor-package-archive/torbrowser/${TOR_VERSION}/tor-expert-bundle-linux-x86_64-${TOR_VERSION}.tar.gz" -o tor-bundle.tar.gz + TOR_VERSION="15.0.8" + curl -sL "https://dist.torproject.org/torbrowser/${TOR_VERSION}/tor-expert-bundle-linux-x86_64-${TOR_VERSION}.tar.gz" -o tor-bundle.tar.gz mkdir -p tor-extract && tar -xzf tor-bundle.tar.gz -C tor-extract PKG="cryptographic-triangles_${VERSION}_amd64" @@ -303,8 +303,8 @@ jobs: - name: Build .deb package run: | - TOR_VERSION="14.0.8" - curl -sL "https://archive.torproject.org/tor-package-archive/torbrowser/${TOR_VERSION}/tor-expert-bundle-linux-x86_64-${TOR_VERSION}.tar.gz" -o tor-bundle.tar.gz + TOR_VERSION="15.0.8" + curl -sL "https://dist.torproject.org/torbrowser/${TOR_VERSION}/tor-expert-bundle-linux-x86_64-${TOR_VERSION}.tar.gz" -o tor-bundle.tar.gz mkdir -p tor-extract && tar -xzf tor-bundle.tar.gz -C tor-extract PKG="cryptographic-triangles-daemon_${VERSION}_amd64" @@ -430,8 +430,8 @@ jobs: - name: Bundle Tor into app run: | - TOR_VERSION="14.0.8" - curl -sL "https://archive.torproject.org/tor-package-archive/torbrowser/${TOR_VERSION}/tor-expert-bundle-macos-aarch64-${TOR_VERSION}.tar.gz" -o tor-bundle.tar.gz + TOR_VERSION="15.0.8" + curl -sL "https://dist.torproject.org/torbrowser/${TOR_VERSION}/tor-expert-bundle-macos-aarch64-${TOR_VERSION}.tar.gz" -o tor-bundle.tar.gz mkdir -p tor-extract && tar -xzf tor-bundle.tar.gz -C tor-extract mkdir -p Triangles-Qt.app/Contents/MacOS/tor cp tor-extract/tor/tor Triangles-Qt.app/Contents/MacOS/tor/