mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
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
2 changed files with 4 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
untrusted comment: minisign public key 5D7153E025EC26B6
|
||||||
|
RWS2Juwl4FNxXe0NtAdYushNLM3GtJ6poGkZ0Up1P/9YLcCK4xlSWAfs
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'void-release-keys'
|
# Template file for 'void-release-keys'
|
||||||
pkgname=void-release-keys
|
pkgname=void-release-keys
|
||||||
version=1
|
version=1
|
||||||
revision=5
|
revision=6
|
||||||
short_desc="Void Linux Release Keys"
|
short_desc="Void Linux Release Keys"
|
||||||
maintainer="Void Release Engineering <releases@voidlinux.org>"
|
maintainer="Void Release Engineering <releases@voidlinux.org>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
|
@ -9,6 +9,6 @@ homepage="http://www.voidlinux.org"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
for _i in ${FILESDIR}/* ; do
|
for _i in ${FILESDIR}/* ; do
|
||||||
vinstall $_i 644 etc/signify/
|
vinstall $_i 644 usr/share/void-release-keys
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue