[or-cvs] r19184: {torbrowser} Update firefox version, add italian as a language (torbrowser/trunk/build-scripts)

phobos at seul.org phobos at seul.org
Mon Mar 30 03:42:47 UTC 2009


Author: phobos
Date: 2009-03-29 23:42:47 -0400 (Sun, 29 Mar 2009)
New Revision: 19184

Modified:
   torbrowser/trunk/build-scripts/INSTALL
   torbrowser/trunk/build-scripts/Makefile
Log:
Update firefox version, add italian as a language


Modified: torbrowser/trunk/build-scripts/INSTALL
===================================================================
--- torbrowser/trunk/build-scripts/INSTALL	2009-03-30 00:17:01 UTC (rev 19183)
+++ torbrowser/trunk/build-scripts/INSTALL	2009-03-30 03:42:47 UTC (rev 19184)
@@ -551,7 +551,7 @@
 
 Download FirefoxPortable:
 
-    http://downloads.sourceforge.net/portableapps/Firefox_Portable_3.0.7_en-us.paf.exe?download
+    http://downloads.sourceforge.net/portableapps/Firefox_Portable_3.0.8_en-us.paf.exe?download
 
 Run the installer and select it into: 'C:\build\FirefoxPortable-<version>>'
 

Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2009-03-30 00:17:01 UTC (rev 19183)
+++ torbrowser/trunk/build-scripts/Makefile	2009-03-30 03:42:47 UTC (rev 19184)
@@ -19,7 +19,7 @@
 VIDALIA=/c/build/vidalia-0.1.12
 TOR=/c/build/tor-0.2.1.13-alpha
 POLIPO=/c/build/polipo-1.0.4
-FIREFOX_SRC=/c/build/FirefoxPortable-3.0.7
+FIREFOX_SRC=/c/build/FirefoxPortable-3.0.8
 PIDGIN_SRC=/c/build/PidginPortable-2.5.5
 
 ## Location of utility applications
@@ -56,13 +56,13 @@
 DEFAULT_EXTENSIONS=torbutton.xpi
 
 ## Where to download Torbutton from
-TORBUTTON=https://addons.mozilla.org/en-US/firefox/downloads/file/34698/torbutton-1.2.0-fx.xpi
+TORBUTTON=https://addons.mozilla.org/en-US/firefox/downloads/file/34698/torbutton-1.2.1-fx.xpi
 
 ## Where to download Mozilla language packs
-MOZILLA_LANGUAGE=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0.7/win32/xpi
+MOZILLA_LANGUAGE=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0.8/win32/xpi
 
 ## Where Farsi Language Pack can be downloaded from
-FA_LANGPACK=https://addons.mozilla.org/en-US/firefox/downloads/file/31181/persian_language_pack-3.0.7-fx.xpi
+FA_LANGPACK=https://addons.mozilla.org/en-US/firefox/downloads/file/31181/persian_language_pack-3.0.8-fx.xpi
 
 ## Put more extensions here
 EXTENSIONS_DIR=extensions
@@ -94,7 +94,8 @@
 	compressed-bundle_nl \
 	compressed-bundle_pt-PT \
 	compressed-bundle_ru \
-	compressed-bundle_zh-CN
+	compressed-bundle_zh-CN \
+	compressed-bundle_it
 
 all-split-bundles: split-bundle_ar \
 	split-bundle_en-US \
@@ -105,7 +106,8 @@
 	split-bundle_nl \
 	split-bundle_pt-PT \
 	split-bundle_ru \
-	split-bundle_zh-CN
+	split-bundle_zh-CN \
+	split-bundle_it
 
 ##
 ## Cleanup



More information about the tor-commits mailing list