This is an automated email from the ASF dual-hosted git repository.

jimjag pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit e753d49c3bef92e0ded7f1a0e4b43c425d4a6633
Author: Jim Jagielski <[email protected]>
AuthorDate: Sun Aug 2 05:16:39 2026 -0400

    Make sure we have at least 2 _working_ source backup download URLS.
---
 main/external_deps.lst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/external_deps.lst b/main/external_deps.lst
index c0a9dc0b26..340b391393 100644
--- a/main/external_deps.lst
+++ b/main/external_deps.lst
@@ -203,7 +203,8 @@ if (SYSTEM_BOOST != YES)
     MD5 = 9dcd632441e4da04a461082ebbafd337
     name = boost_1_84_0.tar.bz2
     URL1 = 
https://sourceforge.net/projects/boost/files/boost/1.84.0/boost_1_84_0.tar.bz2
-    URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
+    URL2 = https://archives.boost.io/release/1.84.0/source/$(name)
+    URL3 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if (SYSTEM_VIGRA != YES)
     MD5 = d62650a6f908e85643e557a236ea989c

Reply via email to