Difference between revisions of "Download And Verify MD5 Values"

From NST Wiki
Jump to navigationJump to search
(New page: * Download each of the released files from SourceForge. * Run the command: "md5sum" to compute the MD5 checksum value for each file downloaded. * Verify that the checksum values matc...)
 
 
Line 1: Line 1:
* Download each of the released files from SourceForge.
+
* Go to the files area for the new release out at [https://sourceforge.net/projects/nst/files/NST/ SourceForge].
  
* Run the command: "md5sum" to compute the MD5 checksum value for each file downloaded.
+
* Open the folder to the directory that you just copied the release files to.
 
      
 
      
* Verify that the checksum values match what was published at SourceForge in the release notes.
+
* Click on the information icon to display the MD5 checksum values at SourceForge.
 
      
 
      
* Verify that the checksum values match what appears in the associated release file (''include/manifest/release-${VERSION}.xml'').
+
* Verify that the checksum values match what you computed earlier and put in the updated release manifest file.
 
 
* Verify that each downloaded file is valid (can be used for its intended purpose).
 

Latest revision as of 13:37, 12 May 2024

  • Go to the files area for the new release out at SourceForge.
  • Open the folder to the directory that you just copied the release files to.
  • Click on the information icon to display the MD5 checksum values at SourceForge.
  • Verify that the checksum values match what you computed earlier and put in the updated release manifest file.