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 | 99bfc16e6c4be36adeb1a349b7d1d9788df9c285413d8255a37b0cc22206cb32 |
| 8.37.10-SST21_Spreadsheet_Templates.zip | dcbf370a6ab4b6a7351088fee2efb577383c72a08e81d3d801d03c6588ac8aad |
| BRETemplates-8.37.10.228.exe | 59168fa7cfdf5c3cbb90ed01d722ec61f4f8b3752c8231c97487781c6cb2e58d |
| EngineUpdate-8.37.10-ReleaseNotes.pdf | 21fbd69ae4410c711b067d64ce3537808015915f54e34711f795f16e3e7d8a1e |
| EngineUpdate-8.37.10.228-unix.sh | 52c41f4c22d9c66fa4f47b35920cac111eaa36e115aac25f32dfa5c4052c6fe9 |
| EngineUpdate-8.37.10.228-win.exe | 554f77b379e41c405d5a61b739926f1e7e44fe9fe7b14851ec7209f04721fb7b |
| InstallFrontierPdrServiceAddon_1.1.0.910.exe | 027265384426f42bd9aed3f40e9663e11c4788a7b6bbb937010d0dfe7124ba1f |
| 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-11-nz.pdf | d6590dbdef53665c27435fc2ba384bbb81d7be70ae70f80faf1649aa2f8f79de |
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.