diff options
author | Omar Polo <op@omarpolo.com> | 2024-01-24 15:21:19 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-01-24 15:21:19 +0000 |
commit | fe37d792003e1f2936f3fac13f3ffd5b171665d4 (patch) | |
tree | e6de37569ccfe273ef0652aeba0a488b84c4031d /Makefile | |
parent | 33a54252356f6781f3d0b5d2b65f61cdb3108a83 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |