change suffix to .sig from .asc

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

View File

@ -2,5 +2,5 @@
SNEAK_KEY_ID="5539AD00DE4C42F3AFE11575052443F4DF2A55C2" SNEAK_KEY_ID="5539AD00DE4C42F3AFE11575052443F4DF2A55C2"
gpg --verify SHASUMS.asc SHASUMS gpg --verify SHASUMS.sig SHASUMS
shasum -c SHASUMS shasum -c SHASUMS

View File

@ -8,4 +8,4 @@ if [[ -e ./SHASUMS ]]; then
fi fi
shasum * > SHASUMS 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