Update keyring

This commit is contained in:
Giovanni Harting 2021-11-25 19:57:08 +01:00
parent bdfb5537fb
commit f5f5092e01
2 changed files with 4 additions and 4 deletions

4
.gitignore vendored
View File

@ -1,4 +1,4 @@
*~
archlinux-keyring-*.tar.gz
archlinux-keyring-*.tar.gz.sig
alhp-keyring-*.tar.gz
alhp-keyring-*.tar.gz.sig
/.idea

View File

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