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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3869729  Use dmake 4.13.2
3869729 is described below

commit 3869729ea3ca5e32d1d5248024ca875162b0d141
Author: Jim Jagielski <[email protected]>
AuthorDate: Wed Sep 9 15:46:10 2026 -0400

    Use dmake 4.13.2
---
 build-scripts/5.0.0-Dev1/unxlngi6/build_aoo32bit_on_fed19.sh    | 2 +-
 build-scripts/5.0.0-Dev1/unxlngi6/build_aoo32bit_on_ubuntu.sh   | 2 +-
 build-scripts/5.0.0-Dev1/unxlngix6/build_aoo64bit_on_centos7.sh | 2 +-
 build-scripts/5.0.0-Dev1/unxlngix6/build_aoo64bit_on_ubuntu.sh  | 2 +-
 build-scripts/5.0.0-Dev1/unxmaccr/build_aoo64bit_on_macosarm.sh | 2 +-
 build-scripts/5.0.0-Dev1/unxmacos/build_aoo64bit_on_macos.sh    | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/build-scripts/5.0.0-Dev1/unxlngi6/build_aoo32bit_on_fed19.sh 
b/build-scripts/5.0.0-Dev1/unxlngi6/build_aoo32bit_on_fed19.sh
index 7e5ec98..9f74e79 100755
--- a/build-scripts/5.0.0-Dev1/unxlngi6/build_aoo32bit_on_fed19.sh
+++ b/build-scripts/5.0.0-Dev1/unxlngi6/build_aoo32bit_on_fed19.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #
 # Installed in /usr/local:
-#   o dmake 4.13.1 
(https://github.com/jimjag/dmake/archive/v4.13.1/dmake-4.13.1.tar.gz)
+#   o dmake 4.13.2 
(https://github.com/jimjag/dmake/archive/v4.13.2/dmake-4.13.2.tar.gz)
 #   o epm 5.1.0 (https://github.com/jimjag/epm/archive/v5.1.0/epm-5.1.0.tar.gz)
 
 set -eo pipefail
diff --git a/build-scripts/5.0.0-Dev1/unxlngi6/build_aoo32bit_on_ubuntu.sh 
b/build-scripts/5.0.0-Dev1/unxlngi6/build_aoo32bit_on_ubuntu.sh
index 0915067..b461865 100755
--- a/build-scripts/5.0.0-Dev1/unxlngi6/build_aoo32bit_on_ubuntu.sh
+++ b/build-scripts/5.0.0-Dev1/unxlngi6/build_aoo32bit_on_ubuntu.sh
@@ -13,7 +13,7 @@ set -eo pipefail
 # Installed in /usr/local:
 # 
 #   o Apache ant 1.10.9
-#   o dmake 4.13.1 
(https://github.com/jimjag/dmake/archive/v4.13.1/dmake-4.13.1.tar.gz)
+#   o dmake 4.13.2 
(https://github.com/jimjag/dmake/archive/v4.13.2/dmake-4.13.2.tar.gz)
 #   o epm 5.1.0 (https://github.com/jimjag/epm/archive/v5.1.0/epm-5.1.0.tar.gz)
 #   o autoconf 2.72
 
diff --git a/build-scripts/5.0.0-Dev1/unxlngix6/build_aoo64bit_on_centos7.sh 
b/build-scripts/5.0.0-Dev1/unxlngix6/build_aoo64bit_on_centos7.sh
index 07b2386..104ac21 100755
--- a/build-scripts/5.0.0-Dev1/unxlngix6/build_aoo64bit_on_centos7.sh
+++ b/build-scripts/5.0.0-Dev1/unxlngix6/build_aoo64bit_on_centos7.sh
@@ -13,7 +13,7 @@ set -eo pipefail
 # Installed in /usr/local:
 # 
 #   o Apache ant 1.10.9
-#   o dmake 4.13.1 
(https://github.com/jimjag/dmake/archive/v4.13.1/dmake-4.13.1.tar.gz)
+#   o dmake 4.13.2 
(https://github.com/jimjag/dmake/archive/v4.13.2/dmake-4.13.2.tar.gz)
 #   o epm 5.1.0 (https://github.com/jimjag/epm/archive/v5.1.0/epm-5.1.0.tar.gz)
 #   o autoconf 2.72
 
diff --git a/build-scripts/5.0.0-Dev1/unxlngix6/build_aoo64bit_on_ubuntu.sh 
b/build-scripts/5.0.0-Dev1/unxlngix6/build_aoo64bit_on_ubuntu.sh
index 86bb031..18db6ac 100755
--- a/build-scripts/5.0.0-Dev1/unxlngix6/build_aoo64bit_on_ubuntu.sh
+++ b/build-scripts/5.0.0-Dev1/unxlngix6/build_aoo64bit_on_ubuntu.sh
@@ -13,7 +13,7 @@ set -eo pipefail
 # Installed in /usr/local:
 # 
 #   o Apache ant 1.10.9
-#   o dmake 4.13.1 
(https://github.com/jimjag/dmake/archive/v4.13.1/dmake-4.13.1.tar.gz)
+#   o dmake 4.13.2 
(https://github.com/jimjag/dmake/archive/v4.13.2/dmake-4.13.2.tar.gz)
 #   o epm 5.1.0 (https://github.com/jimjag/epm/archive/v5.1.0/epm-5.1.0.tar.gz)
 #   o autoconf 2.72
 
diff --git a/build-scripts/5.0.0-Dev1/unxmaccr/build_aoo64bit_on_macosarm.sh 
b/build-scripts/5.0.0-Dev1/unxmaccr/build_aoo64bit_on_macosarm.sh
index 81eec97..00b3c8c 100755
--- a/build-scripts/5.0.0-Dev1/unxmaccr/build_aoo64bit_on_macosarm.sh
+++ b/build-scripts/5.0.0-Dev1/unxmaccr/build_aoo64bit_on_macosarm.sh
@@ -14,7 +14,7 @@ export PATH
 # Installed in /usr/local:
 # 
 #   o Apache ant 1.10.9
-#   o dmake 4.13.1 
(https://github.com/jimjag/dmake/archive/v4.13.1/dmake-4.13.1.tar.gz)
+#   o dmake 4.13.2 
(https://github.com/jimjag/dmake/archive/v4.13.2/dmake-4.13.2.tar.gz)
 #   o epm 5.1.0 (https://github.com/jimjag/epm/archive/v5.1.0/epm-5.1.0.tar.gz)
 #   o openssl 3.0.21 (no-shared no-dso)
 #   o libxml2-2.9.10 (--prefix=/usr/local --enable-shared=no 
--enable-static=yes --enable-ipv6=no --without-python --without-lzma 
--without-zlib --without-iconv)
diff --git a/build-scripts/5.0.0-Dev1/unxmacos/build_aoo64bit_on_macos.sh 
b/build-scripts/5.0.0-Dev1/unxmacos/build_aoo64bit_on_macos.sh
index 7e2369a..16a618b 100755
--- a/build-scripts/5.0.0-Dev1/unxmacos/build_aoo64bit_on_macos.sh
+++ b/build-scripts/5.0.0-Dev1/unxmacos/build_aoo64bit_on_macos.sh
@@ -14,7 +14,7 @@ export PATH
 # Installed in /usr/local:
 # 
 #   o Apache ant 1.10.9
-#   o dmake 4.13.1 
(https://github.com/jimjag/dmake/archive/v4.13.1/dmake-4.13.1.tar.gz)
+#   o dmake 4.13.2 
(https://github.com/jimjag/dmake/archive/v4.13.2/dmake-4.13.2.tar.gz)
 #   o epm 5.1.0 (https://github.com/jimjag/epm/archive/v5.1.0/epm-5.1.0.tar.gz)
 #   o openssl 3.0.21 (no-shared no-dso)
 #   o libxml2-2.9.10 (--prefix=/usr/local --enable-shared=no 
--enable-static=yes --enable-ipv6=no --without-python --without-lzma 
--without-zlib --without-iconv)

Reply via email to