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 release 8.37.10. Use these to confirm the authenticity and integrity of each file:
| File Name | SHA-256 |
|---|---|
| 8.37.10-Country_Specific_Templates_Maps.zip | 74be71159dbb6434843f0975022dac7216e31a00b4a3113aa0bf4471a9a66810 |
| 8.37.10-SST21_Spreadsheet_Templates.zip | c78ac55f07465f6f47e2be759fa152ee063205c669d4a7144b8a95378eac4f21 |
| BRETemplates-8.37.10.228.exe | 59168fa7cfdf5c3cbb90ed01d722ec61f4f8b3752c8231c97487781c6cb2e58d |
| EngineUpdate-8.37.10-ReleaseNotes.pdf | c8314b6c7785aff63ccb360227cbcf4d058069499bc545a69e241fe9c8158a86 |
| EngineUpdate-8.37.10.228-unix.sh | 52c41f4c22d9c66fa4f47b35920cac111eaa36e115aac25f32dfa5c4052c6fe9 |
| EngineUpdate-8.37.10.228-win.exe | 554f77b379e41c405d5a61b739926f1e7e44fe9fe7b14851ec7209f04721fb7b |
| InstallFrontierPdrServiceAddon_1.0.0.900.exe | 812554de3e2a64e6f591cb1521831a9cc77f40e7a54f4e86ee384cfb9d1ad0aa |
| TaxUpdate-8.37.09-ReleaseNotes-AU.pdf | b1658fd46cccbb701e4dfc8673bb812a31e312c634c0ad4670c0966a1d6adc84 |
| TaxUpdate-8.37.09-ReleaseNotes-IN.pdf | cae87d4db0286d1c6f31bb4d15ab56fa63b400f3138ac38cd9e98086cd6cd296 |
| TaxUpdate-8.37.09.228-unix.sh | b7c41d8d162a9867f50fbe4e10dfadc37674f01e807350f0acfded184d61380a |
| TaxUpdate-8.37.09.228-win.exe | f3e4badd90b5a6bb68cde7c6f261efa64286dddc666eed2a22b28f88364107ff |
| allowance-reimbursement-topic-guide-e1-00-in.pdf | d93ebb316a3ee3869de171ae48f2bf914696d164fb8c01de612943f1fa2933f7 |
| fs-installer-8.37.10.2306.exe | e459a83cf52ffeb1c4e333dc15d51ffa41f57df48fa9342f52d285a2e4a03c55 |
| fs-installer-api-8.37.10.709.exe | ed3b4413a1d425d3ea8f6976129af969b6728c6f6877de04a4cd138ca2f57808 |
| iwf21-v314-technical-guide-e1-04.pdf | 57dcedc125fb23eceabc5300d15d8c29d18c31ed7ef3465b6e7059b3310625f2 |
| pdr21-v220-technical-guide-e1-10-nz.pdf | 92a0373d2062217322e09172eb3603868780c25c36012a092e0d0fe2e6ae9865 |
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 release 8.37.10.
For example:EngineUpdate-8.37.10.228-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 EngineUpdate-8.37.10.228-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 release 8.37.10.
For example:EngineUpdate-8.37.10.228-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 EngineUpdate-8.37.10.228-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 release 8.37.10.
For example:EngineUpdate-8.37.10.228-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 EngineUpdate-8.37.10.228-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.