build: add sha256 sums to release packaging
This commit is contained in:
parent
26bf0de381
commit
83dd06216d
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ TARFILES=$(/bin/ls)
|
|||
for tarfile in $TARFILES; do
|
||||
echo signing "$tarfile"...
|
||||
gpg --local-user 4E6CF7234FFC4E14531074F98EB1E1BB660E3FB9 --detach-sig "$tarfile"
|
||||
sha256sum -b "$tarfile" > "${tarfile}.sha256"
|
||||
done
|
||||
|
||||
echo "done making release $VERSION"
|
||||
|
|
Loading…
Add table
Reference in a new issue