ACLI downloads pages are now providing SHA256 hash code values for ZIP downloads (10.3.0 and higher) to help users who wish to verify their ZIP download hash matches the original value. The original hash is provided in a file named after the ZIP download with a .sha256 extension.
To get the hash value of a download on your system:
Windows
cmd terminal:
certutil -hashfile atlassian-cli-...zip SHA256power shell:
Get-FileHash -Path atlassian-cli-...zip -Algorithm SHA256
MacOS
shasum -a 256 atlassian-cli-...zip
Linux
sha256sum atlassian-cli-...zip