Sfoglia il codice sorgente

Generate sha256sums in mkrelease.sh

Alex Smith 6 anni fa
parent
commit
9465c5f6bd
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      scripts/mkrelease.sh

+ 2 - 0
scripts/mkrelease.sh

@@ -20,3 +20,5 @@ xz -9 "${NAME}-${VERSION}.tar"
 # Automatically sign the tarball with GPG key of user running this script
 gpg --armor --detach-sign "${NAME}-${VERSION}.tar.xz"
 gpg --verify "${NAME}-${VERSION}.tar.xz.asc"
+
+sha256sum "${NAME}-${VERSION}.tar.xz" "${NAME}-${VERSION}.tar.xz.asc" > sha256sums.txt