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

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


The following commit(s) were added to refs/heads/AOO41X by this push:
     new 78f3ba0886 Add fallback location for CoinMP
78f3ba0886 is described below

commit 78f3ba08865aa51353dbe5cafb6334282b9dca09
Author: mseidel <[email protected]>
AuthorDate: Thu May 1 17:43:06 2025 +0200

    Add fallback location for CoinMP
---
 main/external_deps.lst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/external_deps.lst b/main/external_deps.lst
index 15cf3e27f6..c081fb082b 100644
--- a/main/external_deps.lst
+++ b/main/external_deps.lst
@@ -270,8 +270,8 @@ if (SOLAR_JAVA==TRUE && SYSTEM_BSH!=YES)
 if (ENABLE_CATEGORY_B==YES && SYSTEM_COINMP!=YES)
     MD5 = 1cce53bf4b40ae29790d2c5c9f8b1129
     name = CoinMP-1.7.6.tgz
-    # URL1 = $(OOO_EXTRAS)$(MD5)-$(name)
     URL1 = https://www.coin-or.org/download/source/CoinMP/$(name)
+    URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if (WITH_CATB_FONTS==YES)
     MD5 = c74b7223abe75949b4af367942d96c7a

Reply via email to