libseccomp: update to 2.4.0.
This commit is contained in:
parent
4a28b61642
commit
2a5caa5705
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'libseccomp'
|
# Template file for 'libseccomp'
|
||||||
pkgname=libseccomp
|
pkgname=libseccomp
|
||||||
version=2.3.3
|
version=2.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
short_desc="High level interface to the Linux Kernel's seccomp filter"
|
short_desc="High level interface to the Linux Kernel's seccomp filter"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/seccomp/libseccomp/"
|
homepage="https://github.com/seccomp/libseccomp/"
|
||||||
license="LGPL-2.1"
|
|
||||||
distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=5a52495207f00d1254707f11226e17c16ec53f5038d65bbabf1892873fa2fe5b
|
checksum=b7ee0299157fb7a6a81c99f2e0d7e64429b7d7c0eae43c3a6ef91e87eeed2868
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Reference in New Issue