[Libreoffice-commits] core.git: Branch 'aoo/trunk' - external_deps.lst
Pedro Giffuni
pfg at apache.org
Sat Sep 17 16:10:48 UTC 2016
external_deps.lst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit a44afc71e63fe8c61b20d30effa1acb7dcaf07c1
Author: Pedro Giffuni <pfg at apache.org>
Date: Sat Sep 17 14:58:48 2016 +0000
Google code is deprecated.
Set the new URLs for ucpp and gtest to a new backup site set by Google.
This may disappear eventually, but for now we still have access
to those tarballs.
diff --git a/external_deps.lst b/external_deps.lst
index a3306fd..c7529be 100644
--- a/external_deps.lst
+++ b/external_deps.lst
@@ -39,13 +39,13 @@ OOO_EXTRAS=http://sourceforge.net/projects/oooextras.mirror/files/
if ( true )
MD5 = 0168229624cfac409e766913506961a8
name = ucpp-1.3.2.tar.gz
- URL1 = http://ucpp.googlecode.com/files/ucpp-1.3.2.tar.gz
+ URL1 = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ucpp/ucpp-1.3.2.tar.gz
URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
if (ENABLE_UNIT_TESTS == YES)
MD5 = 2d6ec8ccdf5c46b05ba54a9fd1d130d7
name = gtest-1.7.0.zip
- URL1 = http://googletest.googlecode.com/files/gtest-1.7.0.zip
+ URL1 = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/googletest/gtest-1.7.0.zip
URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
if ( true )
More information about the Libreoffice-commits
mailing list