Also include the source in SHA256SUMS

This commit is contained in:
Alexander Neumann 2017-03-09 10:19:45 +01:00
parent 93e4e4f4fb
commit 406af5916c

View file

@ -53,7 +53,7 @@ mv restic-$VERSION.tar.gz ${dir}
echo "creating checksums" echo "creating checksums"
pushd ${dir} pushd ${dir}
sha256sum restic_*.{zip,bz2} > SHA256SUMS sha256sum restic_*.{zip,bz2} restic-$VERSION.tar.gz > SHA256SUMS
gpg --armor --detach-sign SHA256SUMS gpg --armor --detach-sign SHA256SUMS
popd popd