commit 55976ea5d690fc33c571c8f61397f929a24e0629 Author: Erinn Clark erinn@torproject.org Date: Sat Jun 9 05:26:18 2012 -0300
update xpi urls to official firefox site as well --- build-scripts/linux.mk | 2 +- build-scripts/osx.mk | 2 +- build-scripts/windows.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index 7694b7a..b122469 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -145,7 +145,7 @@ endif DEFAULT_EXTENSIONS=torbutton.xpi noscript.xpi httpseverywhere.xpi
## Where to download Mozilla language packs -MOZILLA_LANGUAGE=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$(FIREFOX_VER)/... +MOZILLA_LANGUAGE=https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$(FIREFOX_VER)/linu...
## Put more extensions here EXTENSIONS_DIR=extensions diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index 0cca41d..a9c5909 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -159,7 +159,7 @@ endif DEFAULT_EXTENSIONS=torbutton.xpi
## Where to download Mozilla language packs -MOZILLA_LANGUAGE=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/mac/xpi +MOZILLA_LANGUAGE=https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$(FIREFOX_VER)/mac/...
## Put more extensions here EXTENSIONS_DIR=extensions diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk index 0efc5f0..0492f84 100644 --- a/build-scripts/windows.mk +++ b/build-scripts/windows.mk @@ -154,7 +154,7 @@ endif DEFAULT_EXTENSIONS=torbutton.xpi
## Where to download Mozilla language packs -MOZILLA_LANGUAGE=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$(FIREFOX_VER)/... +MOZILLA_LANGUAGE=https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$(FIREFOX_VER)/win3...
## Put more extensions here EXTENSIONS_DIR=extensions
tor-commits@lists.torproject.org