aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-01-24 15:21:19 +0000
committerOmar Polo <op@omarpolo.com>2024-01-24 15:21:19 +0000
commitfe37d792003e1f2936f3fac13f3ffd5b171665d4 (patch)
treee6de37569ccfe273ef0652aeba0a488b84c4031d /Makefile
parent33a54252356f6781f3d0b5d2b65f61cdb3108a83 (diff)
change the default PUBKEY for the verify-release target
doesn't play well with minor releases such as 2.0.1 since for them I reuse the 2.0 key.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fbc890a..a303739 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ y.tab.c: parse.y
lint:
man -Tlint -Wstyle -l gmid.8 gmid.conf.5 gemexp.1 gg.1 titan.1
-PUBKEY = keys/gmid-${VERSION}.pub
+PUBKEY = keys/gmid-2.0.pub
PRIVKEY = set-PRIVKEY
DISTFILES = .cirrus.yml .dockerignore .gitignore ChangeLog LICENSE \
Makefile README.md config.c configure crypto.c dirs.c fcgi.c \