From da457c51ee9b0c02c886a7dc641135d3bfa82e63 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 18 Jan 2020 16:36:35 +0100 Subject: GNUmakefile: use gpg2 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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 -- cgit 1.4.1