Windows command sha512 -> SHA512 (#956)

* Windows command sha512 -> SHA512

The command fails (on my computer) unless the hash algorithm is passed as uppercase.
As per: https://answers.microsoft.com/en-us/windows/forum/all/certutil-hashfile-sha1-failed/1a9f31fa-bdf5-4c63-8e72-91608606ba14

* trigger CI
This commit is contained in:
extremepayne
2019-12-13 10:38:08 -07:00
committed by michael vincerra
parent cdaa36e279
commit f9d976de41
@@ -142,7 +142,7 @@ checksum file designated with the suffix `-SHA512SUMS`.
.. code-block:: bash
CertUtil -hashfile ./clear-[version number]-[image type].[compression type] sha512
CertUtil -hashfile ./clear-[version number]-[image type].[compression type] SHA512
#. Manually compare the output with the original checksum value shown in
the downloaded checksum file and make sure they match.
@@ -173,4 +173,4 @@ Image types
.. include:: ../../reference/image-types.rst
:start-after: incl-image-filename-end:
.. _image: https://clearlinux.org/downloads
.. _image: https://clearlinux.org/downloads