mirror of https://github.com/restic/restic.git
Also include the source in SHA256SUMS
This commit is contained in:
parent
93e4e4f4fb
commit
406af5916c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue