update keyring; switched master key

This commit is contained in:
2025-04-01 20:45:16 +02:00
parent 1ca016134b
commit 9efaa1fc31
6 changed files with 62 additions and 156 deletions

View File

@@ -1,4 +1,4 @@
V=20240426
V=20250401
PREFIX = /usr/local
@@ -14,6 +14,6 @@ uninstall:
dist:
git archive --format=tar --prefix=alhp-keyring-$(V)/ $(V) | gzip -9 > alhp-keyring-$(V).tar.gz
gpg -u 0x2E3B2B05A332A7DB9019797848998B4039BED1CA --detach-sign --use-agent alhp-keyring-$(V).tar.gz
gpg -u 0x00B25193054EA4BC7BA870848CA32F8BF3BC8088 --detach-sign --use-agent alhp-keyring-$(V).tar.gz
.PHONY: install uninstall dist