libseccomp: update to 2.2.2.
This commit is contained in:
parent
db4074c9af
commit
9357aa31a6
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libseccomp'
|
# Template file for 'libseccomp'
|
||||||
pkgname=libseccomp
|
pkgname=libseccomp
|
||||||
version=2.2.1
|
version=2.2.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="which automake libtool"
|
hostmakedepends="which 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"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/seccomp/libseccomp/"
|
homepage="https://github.com/seccomp/libseccomp/"
|
||||||
license="LGPL-2.1"
|
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=040251870324b37bdeb2448cd8a54d677fd813104028b37dc4e591e6cf3ecf27
|
checksum=b4b6c4b623c985da40a002c5d4297f300a2bf8359fb823eae5fb2b1f07fe694c
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Reference in New Issue