void-release-keys: Add 20230628 signing key.
keys are now placed in /usr/share/void-release-keys because they are no longer specifically signify keys
This commit is contained in:
parent
be06cd5cb2
commit
365178d9ff
|
@ -0,0 +1,2 @@
|
|||
untrusted comment: minisign public key 5D7153E025EC26B6
|
||||
RWS2Juwl4FNxXe0NtAdYushNLM3GtJ6poGkZ0Up1P/9YLcCK4xlSWAfs
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'void-release-keys'
|
||||
pkgname=void-release-keys
|
||||
version=1
|
||||
revision=5
|
||||
revision=6
|
||||
short_desc="Void Linux Release Keys"
|
||||
maintainer="Void Release Engineering <releases@voidlinux.org>"
|
||||
license="Public Domain"
|
||||
|
@ -9,6 +9,6 @@ homepage="http://www.voidlinux.org"
|
|||
|
||||
do_install() {
|
||||
for _i in ${FILESDIR}/* ; do
|
||||
vinstall $_i 644 etc/signify/
|
||||
vinstall $_i 644 usr/share/void-release-keys
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue