Occasionally downloads fail, so this (Lua) script here lets you check the download of MUSHclient against a supplied MD5 hash.
For example, run against mushclient378.exe (the installer itself) I got:
name = utils.filepicker ("Choose file", "mushclient*.exe", "exe",
{ exe = "MUSHclient installers" } )
if name then
f = io.open (name, "rb")
if f then
print ("sumcheck =", utils.tohex (utils.md5 (f:read ("*a"))))
f:close ()
end -- if opened file ok
end -- if have name
For example, run against mushclient378.exe (the installer itself) I got:
sumcheck = A6DB5E2A12B90344D30B9566A7FAB19D