* update libnftnl to 1.2.7-1

This commit is contained in:
Alexander Baldeck 2024-10-10 12:32:26 +02:00
parent 23d88e4592
commit 71637e10e8
2 changed files with 21 additions and 2 deletions

19
libnftnl/.SRCINFO Normal file
View File

@ -0,0 +1,19 @@
pkgbase = libnftnl
pkgdesc = Netfilter library providing interface to the nf_tables subsystem
pkgver = 1.2.7
pkgrel = 1
url = https://netfilter.org/projects/libnftnl/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL2
depends = libmnl
source = https://netfilter.org/projects/libnftnl/files/libnftnl-1.2.7.tar.xz
source = https://netfilter.org/projects/libnftnl/files/libnftnl-1.2.7.tar.xz.sig
validpgpkeys = 37D964ACC04981C75500FB9BD55D978A8A1420E4
sha256sums = 9122774f968093d5c0bacddd67de480f31fa4073405a7fc058a34b0f387aecb3
sha256sums = SKIP
pkgname = libnftnl

View File

@ -2,7 +2,7 @@
# Maintainer: Sébastien Luttringer
pkgname=libnftnl
pkgver=1.2.6
pkgver=1.2.7
pkgrel=1
pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -11,7 +11,7 @@ license=('GPL2')
depends=('libmnl')
validpgpkeys=('37D964ACC04981C75500FB9BD55D978A8A1420E4') # Netfilter Core Team
source=("https://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.xz"{,.sig})
sha256sums=('ceeaea2cd92147da19f13a35a7f1a4bc2767ff897e838e4b479cf54b59c777f4'
sha256sums=('9122774f968093d5c0bacddd67de480f31fa4073405a7fc058a34b0f387aecb3'
'SKIP')
prepare() {