Discussions in this thread will be monitored to ensure adherence to our Community Guidelines
Below are the SHA-256 checksums for the files included in the tax release 8.37.10. Use these to confirm the authenticity and integrity of each file:
| File Name | SHA-256 |
|---|---|
| TaxUpdate-8.37.10-ReleaseNotes-AU.pdf | 02b23d890ed705904c4fa7ed46463676298147a85bddbee906af901eb8d506d5 |
| TaxUpdate-8.37.10.161-unix.sh | 4e6c47afa3463ec08572a4559ce4b756a62b7191ee0f01329b277bebb579fa35 |
| TaxUpdate-8.37.10.161-win.exe | beb5e26d061a198e4a0ed67fd3f3d26d395074ef681887f6cb15b09561b85d06 |
How to Verify File Integrity Using Checksums:
Windows:
Powershell and Command Prompt methods are provided below. You can use either method.
Powershell:
- Download the required file associated with tax release 8.37.10.
For example:TaxUpdate-8.37.10.161-win.exesaved toC:\downloads - Open Powershell and navigate to the directory where the file is located.
cd C:\downloads - Use a SHA-256 checksum tool to compute the checksum of the downloaded file.
Get-FileHash -Algorithm SHA256 TaxUpdate-8.37.10.161-win.exe - Compare the computed checksum with the corresponding checksum in the table above.
- If the checksums match, the file is authentic and has not been altered. If they do not match, do not use the file and re-download it.
Command Prompt:
- Download the required file associated with tax release 8.37.10.
For example:TaxUpdate-8.37.10.161-win.exesaved toC:\downloads - Open Command Prompt and navigate to the directory where the file is located.
cd C:\downloads - Use a SHA-256 checksum tool to compute the checksum of the downloaded file.
CertUtil -hashfile TaxUpdate-8.37.10.161-win.exe SHA256 - Compare the computed checksum with the corresponding checksum in the table above.
- If the checksums match, the file is authentic and has not been altered. If they do not match, do not use the file and re-download it.
Linux:
- Download the required file associated with tax release 8.37.10.
For example:TaxUpdate-8.37.10.161-unix.shsaved to/home/user/downloads - Open a terminal and navigate to the directory where the file is located.
cd /home/user/downloads - Use a SHA-256 checksum tool to compute the checksum of the downloaded file.
sha256sum TaxUpdate-8.37.10.161-unix.sh - Compare the computed checksum with the corresponding checksum in the table above.
- If the checksums match, the file is authentic and has not been altered. If they do not match, do not use the file and re-download it.