build: use sha256sum instead of md5sum

This commit is contained in:
SomberNight 2019-01-31 17:01:00 +01:00
parent d4967faf28
commit 3ca1b710d6
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9
2 changed files with 2 additions and 2 deletions

View file

@ -75,4 +75,4 @@ mv electrum-setup.exe $NAME_ROOT-$VERSION-setup.exe
cd ..
echo "Done."
md5sum dist/electrum*exe
sha256sum dist/electrum*exe

View file

@ -85,4 +85,4 @@ dmg dmg Electrum_uncompressed.dmg electrum-$VERSION.dmg || fail "Unable to creat
rm Electrum_uncompressed.dmg
echo "Done."
md5sum electrum-$VERSION.dmg
sha256sum electrum-$VERSION.dmg