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:
parent
ff701d0451
commit
4fa9c0bbfa
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="2.3.3"
|
||||
VERSION="2.4.1"
|
||||
SRCDIR="libseccomp-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.gz"
|
||||
URL="https://github.com/seccomp/libseccomp/releases/download/v${VERSION}"
|
||||
SHA256SUM="7fc28f4294cc72e61c529bedf97e705c3acf9c479a8f1a3028d4cd2ca9f3b155"
|
||||
SHA256SUM="1ca3735249af66a1b2f762fe6e710fcc294ad7185f1cc961e5bd83f9988006e8"
|
||||
DEPENDS="toolchain"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue