Diff openpgp-keys-netfilter-20220326 with a openpgp-keys-netfilter-20240415

/usr/portage/sec-keys/openpgp-keys-netfilter/openpgp-keys-netfilter-20240415.ebuild 2025-07-29 16:22:17.356467841 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DESCRIPTION="OpenPGP keys used by the netfilter project"
7 7
HOMEPAGE="https://www.netfilter.org/"
8
# New keys get posted at https://www.netfilter.org/about.html#gpg
8 9
SRC_URI="
9 10
	https://www.netfilter.org/files/coreteam-gpg-key-26D292E4.txt
10 11
		-> netfilter-gpg-26D292E4.txt
......
14 15
		-> netfilter-gpg-BB5F58CC.txt
15 16
	https://www.netfilter.org/files/coreteam-gpg-key-0xD55D978A8A1420E4.txt
16 17
		-> netfilter-gpg-0xD55D978A8A1420E4.txt
18
	https://www.netfilter.org/files/coreteam-gpg-key-0xD70D1A666ACF2B21.txt
19
		-> netfilter-gpg-0xD70D1A666ACF2B21.txt
17 20
"
18 21
S="${WORKDIR}"
19 22

  
Thank you!