Skip to content
⌘ NSIS Forum Archive

md5sum discrepancy on sourceforge (no longer an issue)

3 posts

keelerad#edited

md5sum discrepancy on sourceforge (no longer an issue)

I am attempting to download version 2.46 from sourceforge but am getting issues with the md5sum not matching the published value (I had downloaded 2.51 and that matched OK, but I have been asked to backgrade to 2.46)

According to https://sourceforge.net/projects/nsi...NSIS%202/2.46/ the expected sizes and values are

nsis-2.46-setup.exe 1.6MB md5sum = 5e02441c7f3fa4da4f4928a2d42a07c3
nsis-2.46.zip 2.3MB md5sum = d7e43beabc017a7d892a3d6663e988d4

I am getting

$ md5sum nsis-2.46*
e50523316f3b3dae8fa7003f5abad1ad nsis-2.46-setup.exe
7d64faa6a1052d619127409f16e22287 nsis-2.46.zip

$ ls -l nsis-2.46*
-rwxrwx---. 1 * * 1495088 Aug 9 11:02 nsis-2.46-setup.exe
-rwxrwx---. 1 * * 1813648 Aug 9 11:00 nsis-2.46.zip

These were downloaded using the University of Kent mirror, both the sizes and md5sums differ from the published values

Does anyone know any other source of 2.46 with a published checksum of some form ?

Alec