change suffix to .sig from .asc

This commit is contained in:
2018-09-19 11:41:43 -07:00
parent 353c68f391
commit c6717cbde8
2 changed files with 2 additions and 2 deletions

View File

@@ -8,4 +8,4 @@ if [[ -e ./SHASUMS ]]; then
fi
shasum * > SHASUMS
gpg -u $SNEAK_KEY_ID -a --output SHASUMS.asc --detach-sig SHASUMS
gpg -u $SNEAK_KEY_ID -a --output SHASUMS.sig --detach-sig SHASUMS