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.08. Use these to confirm the authenticity and integrity of each file:
| File Name | SHA-256 |
|---|---|
| 8.37.08-Country_Specific_Templates_Maps.zip | e26f3f3607ef3cd9ffd1b43c4c477496ef8e2fdc11447e4569ce9dee61189498 |
| 8.37.08-SST21_Spreadsheet_Templates.zip | 2b780a63beaca6f14a0d751db489c6672a8d7ee57fe92e3929b637cf55b8376f |
| BRETemplates-8.37.08.251.exe | a939b44b5e25696bda4f4130844e2ffa134707580b506a6687ca3ce1a2396571 |
| EngineUpdate-8.37.08-ReleaseNotes.pdf | c136ae5562e618c5f12da40dadc43739a1d5313cf992812465b8e5410ee3c78c |
| EngineUpdate-8.37.08.251-unix.sh | f07d6fa805e3185bfbf0717bb802123f6d1e662fa831f3283c807ebd1d790c82 |
| EngineUpdate-8.37.08.251-win.exe | 04fd12bd2e80a668fe849c8d514d9095bbdec91d2c6d688bb094b2c2c54398b8 |
| HR21-3.39.0.4772.exe | 986ada1732f86a205fbe073e3bd2ea2e5430f672b359fd86f7b94a15c6a7f267 |
| IWF21-2.75.0.25113.exe | 8d051b1e9f8cb010328390dd6ca96ce10894c14b7c917ae22c2aada726146368 |
| IWF21-3.14.0.25112.exe | f3224f483b15a4519d41623d04ae411a38b1e229114ec012304fbb44c17557fd |
| TaxUpdate-8.37.08-ReleaseNotes-NZ.pdf | 56657f1e2c557a334ff13fc33fe5358fbc6450cbf530964f059693b6be2eaef4 |
| TaxUpdate-8.37.08.251-unix.sh | 65a17381669a1d224b3e2022409cfca530983b4bf170a504e76eb882174569f3 |
| TaxUpdate-8.37.08.251-win.exe | a70ba9da89086590d13551bc620310a3b3965296a3790ecd81764891c3d4e8b3 |
| chris21Client-5.27.2.7512.msi | 3e5568cc4132339147d48570108f44818a309b357d99e62f81a3eead57c500cd |
| fs-installer-8.37.08.2256.exe | cad0b8748532dbcc55128cc49bd0b0bc76ed8d98bf170ec5318306ac834ff67c |
| fs-installer-api-8.37.08.684.exe | 68a0182eaace64d3b44dbe7a200ef9a037eafd4c1901a4f8a9d066a1844caded |
| iwf21-v275-technical-guide-e1-16.pdf | 403a0b3f8fc242e38fcf8d8c43b036891078d8d906fd16e82bdf9498952f28a8 |
| iwf21-v275-user-guide-e1-19.pdf | 77e16c9f7cee7748298d218c680208b6679be27d42be2556898068bea3d2a894 |
| iwf21-v314-technical-guide-e1-03.pdf | c722aa136232d965135d6e5a70be8a6de9c45204d98cc168d0e173afd964bd3b |
| iwf21-v314-user-guide-e1-05.pdf | b5e628e5b2840ca92d72822e9fa543f29c7d935e1287e390f438805d68564118 |
| mhr21-administration-guide-e1-04.pdf | b77ceda861ef9fcad7246e121e3f3040d98ec49ef82728aaa6791c5fa33ffda9 |
| self-service-v611-administration-guide-e1-02.pdf | 1d48e950f4dba1924c543d0ed20c324cac50a421de394d94df4f2f64b6dade9e |
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.08.
For example:EngineUpdate-8.37.08.251-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.08.251-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.08.
For example:EngineUpdate-8.37.08.251-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.08.251-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.08.
For example:EngineUpdate-8.37.08.251-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.08.251-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.