From 406af5916ceb020f939469c7af4d1fd85a7c2a73 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Thu, 9 Mar 2017 10:19:45 +0100 Subject: [PATCH] Also include the source in SHA256SUMS --- build_release_binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_release_binaries.sh b/build_release_binaries.sh index 4e8c58fda..df86752b8 100755 --- a/build_release_binaries.sh +++ b/build_release_binaries.sh @@ -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