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.11. Use these to confirm the authenticity and integrity of each file:
| File Name | SHA-256 |
|---|---|
| 8.37.11-Country_Specific_Templates_Maps.zip | 3336e2a0221efb64a46b42b5ccf4d87c0e0c9b71a586f2b7338917584d0a2b62 |
| 8.37.11-SST21_Spreadsheet_Templates.zip | 5fc79a0d164e4a51e5a326dc78affdf4801e9af096ffb8c86a95eda3fde17f99 |
| BRETemplates-8.37.11.164.exe | 2205fa12c7b7961205f35c99e864780653b79aa8f0e2f3de48aba2561668a2b0 |
| EngineUpdate-8.37.11-ReleaseNotes.pdf | 6dce75ef33b2a2874d501757a5992184f97aa9b93cb42c300d89c8b973b689b9 |
| EngineUpdate-8.37.11.164-unix.sh | d9b265931d44d4237f718b68d47acf9a0b4f46c4f894a7ddcebebc23638ea295 |
| EngineUpdate-8.37.11.164-win.exe | f3ba4680bf8af8a36f231064dfba79f1ab855b1e14d6158da5a5b67b3cead2bd |
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.11.
For example:EngineUpdate-8.37.11.164-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.11.164-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.11.
For example:EngineUpdate-8.37.11.164-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.11.164-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.11.
For example:EngineUpdate-8.37.11.164-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.11.164-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.