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.
This commit is contained in:
Omar Polo 2024-01-24 15:21:19 +00:00
parent 33a5425235
commit fe37d79200
1 changed files with 1 additions and 1 deletions

View File

@ -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 \