diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-01-18 16:36:35 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-01-18 16:36:35 +0100 |
commit | da457c51ee9b0c02c886a7dc641135d3bfa82e63 (patch) | |
tree | 5817733563551588b9a27dfe7cb1eac4cdf80786 /GNUmakefile | |
parent | e0733f187b34b21fa8335b9914c29a28fa2e856d (diff) | |
download | mblaze-da457c51ee9b0c02c886a7dc641135d3bfa82e63.tar.gz mblaze-da457c51ee9b0c02c886a7dc641135d3bfa82e63.tar.xz mblaze-da457c51ee9b0c02c886a7dc641135d3bfa82e63.zip |
GNUmakefile: use gpg2
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 3aa3c30..8ce7370 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 |