
brizental pushed to branch tor-browser-140.2.0esr-15.0-1 at The Tor Project / Applications / Tor Browser Commits: 1a52ef09 by Beatriz Rizental at 2025-09-02T10:17:09+02:00 fixup! TB 41089: Add tor-browser build scripts + Makefile to tor-browser - - - - - 1 changed file: - tools/torbrowser/fetch.sh Changes: ===================================== tools/torbrowser/fetch.sh ===================================== @@ -6,7 +6,7 @@ BINARIES_DIR="$1" # download the current downloads.json wget https://aus1.torproject.org/torbrowser/update_3/alpha/downloads.json # get url for latest alpha linux package -TOR_BROWSER_VERSION=$(grep -Eo "\"version\":\"[0-9.a]+\"" downloads.json | grep -Eo "[0-9.a]+") +TOR_BROWSER_VERSION=$(grep -Eo "\"version\"\s*:\s*\"[0-9.a]+\"" downloads.json | grep -Eo "[0-9.a]+") if [ "$(uname)" = "Darwin" ]; then TOR_BROWSER_PACKAGE="tor-browser-macos-${TOR_BROWSER_VERSION}.dmg" else View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/1a52ef09... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/1a52ef09... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
brizental (@brizental)