diff --git a/build.xml b/build.xml index a3564f015..5aeb3600c 100644 --- a/build.xml +++ b/build.xml @@ -2118,7 +2118,7 @@ under the License. Distribution located in ${dist.dir} - Use "ant dist-checksum" to create md5/sha1 checksums and GPG signatures + Use "ant dist-checksum" to create md5/sha1/sha512 checksums and GPG signatures @@ -2356,6 +2356,9 @@ under the License. + + + @@ -2363,7 +2366,7 @@ under the License. - + @@ -2432,6 +2435,9 @@ under the License. ]]> + + + @@ -2439,7 +2445,7 @@ under the License. - + @@ -2736,12 +2742,16 @@ under the License. + + + + @@ -2773,6 +2783,9 @@ under the License.
SHA1 checksum: ${bin-tar-sha1} +
+ SHA512 checksum: + ${bin-tar-sha512}
  • poi-bin-${version.id}-${file_date}.zip (${bin-zip-size} MB, signature (.asc)) @@ -2782,6 +2795,9 @@ under the License.
    SHA1 checksum: ${bin-zip-sha1} +
    + SHA512 checksum: + ${bin-zip-sha512}
  • @@ -2795,6 +2811,9 @@ under the License.
    SHA1 checksum: ${src-tar-sha1} +
    + SHA512 checksum: + ${src-tar-sha512}
  • poi-src-${version.id}-${file_date}.zip (${src-zip-size} MB, signature (.asc)) @@ -2804,6 +2823,9 @@ under the License.
    SHA1 checksum: ${src-zip-sha1} +
    + SHA512 checksum: + ${src-zip-sha512}