Diff openpgp-keys-unbound-20220316 with a openpgp-keys-unbound-20250515

/usr/portage/sec-keys/openpgp-keys-unbound/openpgp-keys-unbound-20250515.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 4
EAPI=8
......
7 7
HOMEPAGE="https://unbound.net/"
8 8
SRC_URI="
9 9
	https://keys.openpgp.org/vks/v1/by-fingerprint/EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D
10
		-> unbound-EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D.asc
10
		-> unbound-EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D-20250515.asc
11 11
"
12 12

  
13
S=${WORKDIR}
14

  
13 15
LICENSE="public-domain"
14 16
SLOT="0"
15 17
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
16 18

  
17
S=${WORKDIR}
18

  
19 19
src_install() {
20 20
	local files=( ${A} )
21 21
	insinto /usr/share/openpgp-keys
Thank you!