1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-11-22 11:09:46 +01:00

Bump libseccomp version

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-07-07 16:39:49 +02:00
parent ff701d0451
commit 4fa9c0bbfa

View file

@ -1,8 +1,8 @@
VERSION="2.3.3" VERSION="2.4.1"
SRCDIR="libseccomp-${VERSION}" SRCDIR="libseccomp-${VERSION}"
TARBALL="${SRCDIR}.tar.gz" TARBALL="${SRCDIR}.tar.gz"
URL="https://github.com/seccomp/libseccomp/releases/download/v${VERSION}" URL="https://github.com/seccomp/libseccomp/releases/download/v${VERSION}"
SHA256SUM="7fc28f4294cc72e61c529bedf97e705c3acf9c479a8f1a3028d4cd2ca9f3b155" SHA256SUM="1ca3735249af66a1b2f762fe6e710fcc294ad7185f1cc961e5bd83f9988006e8"
DEPENDS="toolchain" DEPENDS="toolchain"
prepare() { prepare() {