diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-01-12 12:28:37 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-01-12 12:28:43 +0100 |
commit | 71b663b335dacb6af0053f1e180e746299af90a2 (patch) | |
tree | 8cb8249ae9f28706fee3d8a7ff94809553513c5f /libs/libseccomp/Makefile | |
parent | df370b3262b9fe96925c3225009581e1b6791de4 (diff) |
libseccomp: update to version 2.4.2
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'libs/libseccomp/Makefile')
-rw-r--r-- | libs/libseccomp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libseccomp/Makefile b/libs/libseccomp/Makefile index d47fd3ea5..a39250eec 100644 --- a/libs/libseccomp/Makefile +++ b/libs/libseccomp/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libseccomp -PKG_VERSION:=2.4.1 +PKG_VERSION:=2.4.2 PKG_RELEASE:=1 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/seccomp/libseccomp/releases/download/v$(PKG_VERSION)/ -PKG_HASH:=1ca3735249af66a1b2f762fe6e710fcc294ad7185f1cc961e5bd83f9988006e8 +PKG_HASH:=b54f27b53884caacc932e75e6b44304ac83586e2abe7a83eca6daecc5440585b PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org> PKG_CPE_ID:=cpe:/a:libseccomp_project:libseccomp |