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.13. Use these to confirm the authenticity and integrity of each file:
| File Name | SHA-256 |
|---|---|
| 8.37.13-Country_Specific_Templates_Maps.zip | f78b989b2576b16264ce8bd6b690549683ba6d04bd80f64e46c9f2ddabb46a68 |
| 8.37.13-SST21_Spreadsheet_Templates.zip | f397c150c0c26c8e4a0b094174be43f80c1ffe741d3690ba61457ac6e2096406 |
| BRETemplates-8.37.13.98.exe | c97989747108e7f7c3606f087b2e568d0ff038ec8e7422b1a9c7f640f27390bb |
| EngineUpdate-8.37.13-ReleaseNotes.pdf | 8ca6670ba24ab7b43bb4a18efd9c67c33fd581f89d092e8dfa4195823ee9a15f |
| 8.37.13-ReadMe-READ-FIRST-EngineUpdate.txt | 84015ed9a3cb5ee40b71b00b4040571624761592a4434527e64f3e70980fd74d |
| EngineUpdate-8.37.13.98-unix.sh | 982d9eebbc1ec1537c4f7d0e1ef6a8665b2c283e7bf87b260b523cd1a5fcbd77 |
| EngineUpdate-8.37.13.98-win.exe | 3e46a88bb2124f4361af2e00e3e044cd25a45b3baf4e1b25ff0d132c591ee7ae |
| IWF21-3.19.0.26007.exe | 01bd674a4cf8eccca3ac05d7bfb4dcb079b3d9ed54bb70ece107d7455fd695b1 |
| ftrBRE-10.5.31-rhe_7-x64.sh | 4fa0bfe56107d7d1b40f8a014b80b27fa5c6e5bad8256e118aa8cc11d6fc904a |
| ftrBRE-10.5.31-sun_11-x32.sh | 11a78139833e8c0df8536cf3aea18381653811ecef97355c47aa4bd05406cad9 |
| ftrBRE-10.5.31-sun_11-x64.sh | 909c73737f38d6ae8cb1b11c5177b0029f4bea8cc6e4c7c9abedee7262afa280 |
| ftrBRE-10.5.31-win-x32.exe | 066f51c57c19e6de3803791f8e6fe34837c579b01f57e89e4c9f70a6b5dd8702 |
| ftrBRE-10.5.31-win-x64.exe | 726a75db1c7c853497fd8e81dc4b04597632e52243295e8ce735cfb31bc9bf79 |
| TaxUpdate-8.37.11.98-unix.sh | 43ab1938c8a00c34a1b4329c519dbb03f12dfd4d85a69dd748013afa35bb8465 |
| TaxUpdate-8.37.11.98-win.exe | ec1d0dda8c3146b05d636cb51d28f8dfd0b6d09a1ba16ecb5e9f0aa31dde73a4 |
| fs-installer-8.37.13.2390.exe | ff36a4821d213259734153213c1230365db2701c6404f425e39b6a7a4d899938 |
| fs-installer-api-8.37.13.776.exe | 4b3168f3125dfc1975a3999fa795df9d3f65f8a2b3b19e58561ae80c30fe5121 |
| pdr21-v222-technical-guide-e1-12-nz.pdf | 0d095e88089727fa38660b6dbc2bddb6d81dedc2e23d12280f5d6db89d32b5b6 |
| self-service-v616-administration-guide-e1-05.pdf | 909ea2e1c637570620450f5d2982adc3aa3f4c52ba276645083a113155b834b8 |
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.13.
For example:EngineUpdate-8.37.13.98-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.13.98-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.13.
For example:EngineUpdate-8.37.13.98-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.13.98-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.13.
For example:EngineUpdate-8.37.13.98-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.13.98-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.