This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push:
new 8c96cd686 checksum sboms of manual tarballs as well
8c96cd686 is described below
commit 8c96cd68691448b5826bca29c6ea52ba5772d5b3
Author: Stefan Bodewig <[email protected]>
AuthorDate: Thu Sep 3 19:33:19 2026 +0200
checksum sboms of manual tarballs as well
---
build.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/build.xml b/build.xml
index 0f00e7061..3c08f6981 100644
--- a/build.xml
+++ b/build.xml
@@ -3042,6 +3042,10 @@ ${antunit.reports}
<exclude name="**/*.asc"/>
<exclude name="**/*.sha512"/>
</fileset>
+ <fileset dir="${dist.base.manual}/">
+ <exclude name="**/*.asc"/>
+ <exclude name="**/*.sha512"/>
+ </fileset>
</checksums>
</target>
</project>