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 | a0e7efdbffab1fb09631d0b6bfcc9c853fc49ad2647e59ed7ce2e7bde5903834 |
| 8.37.11-SST21_Spreadsheet_Templates.zip | c6f8f68ac2a36e24168316335a3dcc135ec1241e2fe72c2426d50bcebe9b6a43 |
| BRETemplates-8.37.11.158.exe | 2ebbdd53caecb5d6ebcc3dbfba947a9ab63e74db323cd8fc6a574d4717b614de |
| EngineUpdate-8.37.11-ReleaseNotes.pdf | aebc5e72e53301c194b0b0464755fb1504cf45883bbeeb72158396779a079be8 |
| EngineUpdate-8.37.11.158-unix.sh | 5cafd1640d9a4c042b05901eb4affbb57cc6d2421bbc258375e39ba35c15cbfd |
| EngineUpdate-8.37.11.158-win.exe | e40f03f027d121038f95142abd24ff40dc0b407cf5cbfebfd2b5113f23133a61 |
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.158-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.158-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.158-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.158-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.158-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.158-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.