From a7239f84917c35e9086142fb69da6afea58c45d6 Mon Sep 17 00:00:00 2001 From: Michal Cieslakiewicz Date: Mon, 4 Jan 2021 14:34:03 +0100 Subject: [PATCH] l/libseccomp: updated to version 2.5.1. Part of big container framework update. Signed-off-by: Michal Cieslakiewicz --- l/libseccomp/get_sources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l/libseccomp/get_sources.sh b/l/libseccomp/get_sources.sh index 44b5cde..d1b5f12 100755 --- a/l/libseccomp/get_sources.sh +++ b/l/libseccomp/get_sources.sh @@ -1,5 +1,5 @@ #!/bin/bash SRC=libseccomp -VERSION=2.4.3 +VERSION=2.5.1 set -x wget -O ${SRC}-${VERSION}.tar.gz https://github.com/seccomp/${SRC}/archive/v${VERSION}.tar.gz