GNUmakefile: use gpg2

pull/170/head
Leah Neukirchen 4 years ago
parent e0733f187b
commit da457c51ee

@ -72,7 +72,7 @@ release:
sign:
VERSION=$$(git describe --tags | sed 's/^v//;s/-[^.]*$$//') && \
gpg --armor --detach-sign mblaze-$$VERSION.tar.gz && \
gpg2 --armor --detach-sign mblaze-$$VERSION.tar.gz && \
signify -S -s ~/.signify/mblaze.sec -m mblaze-$$VERSION.tar.gz && \
sed -i '1cuntrusted comment: verify with mblaze.pub' mblaze-$$VERSION.tar.gz.sig

Loading…
Cancel
Save