commit fd37046a8f6d7c99d56c8f22a1dfc0ab8fb1dbb2 Author: Erinn Clark erinn@torproject.org Date: Fri Jun 21 19:22:35 2013 -0300
use my mirror for source updates --- build-scripts/versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk index bce9b4b..7fb3420 100644 --- a/build-scripts/versions.mk +++ b/build-scripts/versions.mk @@ -38,7 +38,7 @@ HTTPSEVERYWHERE_PACKAGE=https-everywhere-$(HTTPSEVERYWHERE_VER).xpi OBFSPROXY_PACKAGE=obfsproxy-$(OBFSPROXY_VER).tar.gz
## Location of files for download over HTTPS -TBB_THIRD_PARTY_MIRROR=https://people.torproject.org/~mikeperry/mirrors/sources/ +TBB_THIRD_PARTY_MIRROR=https://people.torproject.org/~erinn/mirrors/sources/ ZLIB_URL=$(TBB_THIRD_PARTY_MIRROR)$(ZLIB_PACKAGE) OPENSSL_URL=$(TBB_THIRD_PARTY_MIRROR)$(OPENSSL_PACKAGE) LIBPNG_URL=$(TBB_THIRD_PARTY_MIRROR)$(LIBPNG_PACKAGE)
tor-commits@lists.torproject.org