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/1a52ef095507a722a87b66ea0748c1ce8ba6a341

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/1a52ef095507a722a87b66ea0748c1ce8ba6a341
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to