[or-cvs] r21345: {torbrowser} update the path to torbutton, since mozilla takes forever to (torbrowser/trunk/build-scripts)

phobos at seul.org phobos at seul.org
Tue Dec 29 04:08:40 UTC 2009


Author: phobos
Date: 2009-12-28 23:08:40 -0500 (Mon, 28 Dec 2009)
New Revision: 21345

Modified:
   torbrowser/trunk/build-scripts/Makefile
   torbrowser/trunk/build-scripts/Makefile.linux
Log:
update the path to torbutton, since mozilla takes forever to notice new
versions.


Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2009-12-27 01:20:55 UTC (rev 21344)
+++ torbrowser/trunk/build-scripts/Makefile	2009-12-29 04:08:40 UTC (rev 21345)
@@ -57,7 +57,8 @@
 DEFAULT_EXTENSIONS=torbutton.xpi
 
 ## Where to download Torbutton from
-TORBUTTON=https://addons.mozilla.org/en-US/firefox/downloads/latest/2275/addon-2275-latest.xpi?src=addondetail
+#TORBUTTON=https://addons.mozilla.org/en-US/firefox/downloads/latest/2275/addon-2275-latest.xpi?src=addondetail
+TORBUTTON=http://www.torproject.org/torbutton/torbutton-current.xpi
 
 ## Where to download Mozilla language packs
 MOZILLA_LANGUAGE=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.5.6/win32/xpi

Modified: torbrowser/trunk/build-scripts/Makefile.linux
===================================================================
--- torbrowser/trunk/build-scripts/Makefile.linux	2009-12-27 01:20:55 UTC (rev 21344)
+++ torbrowser/trunk/build-scripts/Makefile.linux	2009-12-29 04:08:40 UTC (rev 21345)
@@ -43,10 +43,10 @@
 QT_VER=4.5.3
 VIDALIA_VER=0.2.6
 LIBEVENT_VER=1.4.13-stable
-TOR_VER=0.2.1.20
+TOR_VER=0.2.1.21
 POLIPO_VER=1.0.4
-PIDGIN_VER=2.6.3
-FIREFOX_VER=3.0.15
+PIDGIN_VER=2.6.4
+FIREFOX_VER=3.5.6
 
 ## File names for the source packages
 ZLIB_PACKAGE=zlib-$(ZLIB_VER).tar.gz
@@ -213,7 +213,8 @@
 DEFAULT_EXTENSIONS=torbutton.xpi
 
 ## Where to download Torbutton from
-TORBUTTON=https://addons.mozilla.org/en-US/firefox/downloads/latest/2275/addon-2275-latest.xpi?src=addondetail
+#TORBUTTON=https://addons.mozilla.org/en-US/firefox/downloads/latest/2275/addon-2275-latest.xpi?src=addondetail
+TORBUTTON=http://www.torproject.org/torbutton/torbutton-current.xpi
 
 ## Where to download Mozilla language packs
 MOZILLA_LANGUAGE=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$(FIREFOX_VER)/win32/xpi



More information about the tor-commits mailing list