forked from TrueCloudLab/restic
Also include the source in SHA256SUMS
This commit is contained in:
parent
93e4e4f4fb
commit
406af5916c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue