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

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


The following commit(s) were added to refs/heads/main by this push:
     new 96d3a7538c Updated checksums.html
96d3a7538c is described below

commit 96d3a7538cfd925fe3ef8eeab280d2c3e1cb6878
Author: mseidel <msei...@apache.org>
AuthorDate: Wed Dec 11 23:43:30 2024 +0100

    Updated checksums.html
---
 content/download/checksums.html | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/content/download/checksums.html b/content/download/checksums.html
index fd44fd2371..f8de090de9 100644
--- a/content/download/checksums.html
+++ b/content/download/checksums.html
@@ -37,9 +37,9 @@
   <li><h3><a href="#hash_linux"   title="How to verify with SHA512 / SHA256 
and MD5 hash values on Linux">
   Linux - Verify with SHA512 / SHA256 and MD5</a></h3></li>
   <li><h3><a href="#pgp_mac"      title="How to verify with PGP/ASC and KEYS 
signatures on macOS">
-  Mac OS - Verify with PGP and KEYS</a></h3></li>
+  macOS - Verify with PGP and KEYS</a></h3></li>
   <li><h3><a href="#hash_mac"     title="How to verify with SHA256 and MD5 
hash values on macOS">
-  Mac OS - Verify with SHA26 and MD5</a></h3></li>
+  macOS - Verify with SHA26 and MD5</a></h3></li>
   <li><h3><a href="#no_match"     title="What to do when the values do not 
match?">
   What to do when the values do not match?</a></h3></li>
   <li><h3><a href="#notes"        title="Please read the important notes 
before downloading and using Apache OpenOffice">
@@ -181,12 +181,11 @@ SHA512 / SHA256 hash, or (for older releases) the MD5 
hash.</p>
   <li>Type in the following commands:</li>
   <li>&nbsp;</li>
   <li><pre>cd &lt;path_to_AOO_and_SHA512/SHA256/MD5_files&gt;</pre></li>
-  <li><pre>md5sum -c &lt;AOO file&gt;.tar.gz.md5</pre></li>
+  <li><pre>sha512sum -c &lt;AOO file&gt;.tar.gz.sha512</pre></li>
   <li>or</li>
   <li><pre>sha256sum -c &lt;AOO file&gt;.tar.gz.sha256</pre></li>
-  <li>&nbsp;</li>
   <li>or</li>
-  <li><pre>sha512sum -c &lt;AOO file&gt;.tar.gz.sha512</pre></li>
+  <li><pre>md5sum -c &lt;AOO file&gt;.tar.gz.md5</pre></li>
   <li>&nbsp;</li>
   <li>If the hash matches this is indicated by "&lt;AOO file&gt;.tar.gz: OK".
   <br />Otherwise "WARNING: 1 of 1 computed checksum did NOT match".</li>

Reply via email to