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

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new d075265  add checksums
d075265 is described below

commit d07526571463693797a5f474e19cb0e894c30398
Author: Alex Harui <aha...@apache.org>
AuthorDate: Fri Apr 10 23:21:59 2020 -0700

    add checksums
---
 compiler-build-tools/releasesteps.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler-build-tools/releasesteps.xml 
b/compiler-build-tools/releasesteps.xml
index 5b10403..75c95f6 100644
--- a/compiler-build-tools/releasesteps.xml
+++ b/compiler-build-tools/releasesteps.xml
@@ -296,12 +296,12 @@
         <get 
url="https://repository.apache.org/content/repositories/orgapacheroyale-${maven.folder.number}/compiler-build-tools/{release.version}/compiler-build-tools-${release.version}-source-release.zip.asc";
             
todir="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}" >
         </get>
-        <checksum />
+        <checksum algorithm="SHA-512" 
file="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}/compiler-build-tools-${release.version}-source-release.zip"
 forceOverwrite="yes" fileext=".sha512"/>
                <get 
url="https://repository.apache.org/content/repositories/orgapacheroyale-${maven.folder.number}/compiler-build-tools/{release.version}/compiler-build-tools-${release.version}.jar";
 
todir="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}/binaries"
 >
                </get>
         <get 
url="https://repository.apache.org/content/repositories/orgapacheroyale-${maven.folder.number}/compiler-build-tools/{release.version}/compiler-build-tools-${release.version}.jar.asc";
 
todir="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}/binaries"
 >
         </get>
-        <checksum />
+        <checksum algorithm="SHA-512" 
file="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}/compiler-build-tools-${release.version}.jar"
 forceOverwrite="yes" fileext=".sha512"/>
 <!--
                <copy file="${basedir}/README" 
tofile="${dist.dev}/royale/compiler/${release.version}/rc${rc}/READme" />
         -->

Reply via email to