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.12. Use these to confirm the authenticity and integrity of each file:
| File Name | SHA-256 |
|---|---|
| 8.37.12-Country_Specific_Templates_Maps.zip | 2c05d61e491f3adc01a51ecabe19d2efd13d7dd570cfce445cf05c9b43ed2dc7 |
| 8.37.12-SST21_Spreadsheet_Templates.zip | a3afd997d5b5dbe18fc604e223a4d8790f5d7d4cbad74eefbb0cbc11595b6f5d |
| BRETemplates-8.37.12.42.exe | 2fab742a8feb086c4686247fa702d56b0046279d45f6e64ea042fc481aa5f753 |
| EngineUpdate-8.37.12-ReleaseNotes.pdf | 3c00ce48c627d2ec86ee4aeacb67c8026464899afe68bb66831274ebc112e9c9 |
| EngineUpdate-8.37.12.42-unix.sh | a14a5bd6af0046bcc3af6cbf23e665c9158f4c56b97cd36d8a0151aaff686dd7 |
| EngineUpdate-8.37.12.42-win.exe | 0491ada6b98c2fe26be821202e29909ab2af44d42c58e364b85f74544fce2272 |
| IWF21-3.17.0.25754.exe | 763762862c6ca0e1d650ed0104ce179649cd296b5a5ff091509672418cc94cc1 |
| InstallFrontierStpEmbeddedProxyModule_1.1.0.1728.exe | de2d01cf38a6aad4bae48b334b1f90c1be1d9dc7eb720e7057e71b636af0a110 |
| MobileER21-4.37.12.7230.exe | db252d39a36e477598c14e72a906b08ddf56ec0198841b81acf9fa0d822f6a53 |
| STP-to-ATO-Australia-1.20.0-TechnicalGuide.pdf | eb6b8374b8b1711c1b026e1cc4b797c73693d37748d5c6568d38f5de73885cb5 |
| chris21Client-5.27.4.7616.msi | 5db48251dc34e56e3e0c76bb39fc9bfd03a4c594b1159a82ac9bdff0cdbaa3f2 |
| fs-installer-8.37.12.2370.exe | 6067784e83d172bc5e15bba2a6e24ef6ce4fbb1892dbcb345f626bc8cfc2ab01 |
| fs-installer-api-8.37.12.731.exe | 1b0f8c24fd5ef438338dd12da44e40f186c9c82466c205e78fc61b0c7a64adb8 |
| update-instructions-unix-e1-17.pdf | 1711724c018ba3b7bbfc8c698b949a7215c32a1b28a11f614cc242797857334f |
| update-instructions-windows-e1-21.pdf | 9f3b5226da2488287f56c0b940f7f66f266d3bba59407db56e5cdeee133cfe3a |
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.12.
For example:EngineUpdate-8.37.12.42-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.12.42-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.12.
For example:EngineUpdate-8.37.12.42-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.12.42-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.12.
For example:EngineUpdate-8.37.12.42-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.12.42-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.