From c0736164e3bddcf8b9c56af4687589ec537de5a8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 16 Aug 2013 09:39:35 +0200 Subject: [PATCH] libseccomp: update to 2.1.0. --- srcpkgs/libseccomp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libseccomp/template b/srcpkgs/libseccomp/template index f72d4d12833..c488949ea84 100644 --- a/srcpkgs/libseccomp/template +++ b/srcpkgs/libseccomp/template @@ -1,6 +1,6 @@ # Template file for 'libseccomp' pkgname=libseccomp -version=2.0.0 +version=2.1.0 revision=1 build_style=configure configure_args="--prefix=/usr" @@ -10,7 +10,7 @@ maintainer="Juan RP " homepage="http://sourceforge.net/projects/libseccomp/" license="LGPL-2.1" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=07d8308502bb87ced8f03aa84e9de598940ff6b0c7235d1654712678821f9d76 +checksum=b0d6e4f0984e6632a04f0cf33c6babdb011674ba15ff208e196f037e0e09905e long_desc=" The libseccomp library provides and easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism: seccomp.