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
1 changed files with 1 additions and 1 deletions

View File

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