From f5f5092e0132605d40252b199108e8adb5daa1eb Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Thu, 25 Nov 2021 19:57:08 +0100 Subject: [PATCH] Update keyring --- .gitignore | 4 ++-- Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index eb8805f..2e61823 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ *~ -archlinux-keyring-*.tar.gz -archlinux-keyring-*.tar.gz.sig +alhp-keyring-*.tar.gz +alhp-keyring-*.tar.gz.sig /.idea diff --git a/Makefile b/Makefile index c633d49..73197d9 100644 --- a/Makefile +++ b/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