SHA-1 for Webstom-2017-1-1 does not agree
On a Mac
$ openssl sha1 ~/Downloads/WebStorm-2017.1.1.dmg
SHA1(/Users/gking/Downloads/WebStorm-2017.1.1.dmg)= 89c2f5a88d140bfd2ffeb983c72b6ff8b58028d4
Website says it should be
5e57a3bdba7266b735e53a2b00e59c8b9be5b6cf5081dfd4a49ab5a7e27fb9b1 *WebStorm-2017.1.1.dmg
Please sign in to leave a comment.
Hi there,
Well ... you have used SHA-1 ... but the hash provided from JetBrains website is SHA-256 (which is SHA-2)...
Doh!
shasum -a 256 /path/to./file gave the correct result.
Thanks