Update keyring
This commit is contained in:
parent
bdfb5537fb
commit
f5f5092e01
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
*~
|
||||
archlinux-keyring-*.tar.gz
|
||||
archlinux-keyring-*.tar.gz.sig
|
||||
alhp-keyring-*.tar.gz
|
||||
alhp-keyring-*.tar.gz.sig
|
||||
/.idea
|
||||
|
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user