mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
build: use sha256sum instead of md5sum
This commit is contained in:
parent
d4967faf28
commit
3ca1b710d6
2 changed files with 2 additions and 2 deletions
|
@ -75,4 +75,4 @@ mv electrum-setup.exe $NAME_ROOT-$VERSION-setup.exe
|
|||
cd ..
|
||||
|
||||
echo "Done."
|
||||
md5sum dist/electrum*exe
|
||||
sha256sum dist/electrum*exe
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue