change suffix to .sig from .asc
This commit is contained in:
parent
353c68f391
commit
c6717cbde8
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue