mirror of
https://github.com/libretro/libretro-super
synced 2025-02-27 03:39:56 +00:00
Merge pull request #880 from orbea/sha
retroarch-release.sh: Create SHA256SUMS and SHA512SUMS files.
This commit is contained in:
commit
6f11738fa1
@ -44,4 +44,8 @@ tar xvf "$PRGNAM-$VERSION.tar.xz"
|
||||
rm -rf -- "$PRGNAM-$VERSION"
|
||||
unzip -- "$PRGNAM-$VERSION.zip"
|
||||
|
||||
# Create SHA256SUMS and SHA512SUMS, use 'gpg --clearsign' to sign these.
|
||||
sha256sum "$PRGNAM-$VERSION.tar.xz" "$PRGNAM-$VERSION.zip" > SHA256SUMS
|
||||
sha512sum "$PRGNAM-$VERSION.tar.xz" "$PRGNAM-$VERSION.zip" > SHA512SUMS
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user