diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-07-14 20:48:48 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-07-15 11:59:01 -0700 |
commit | e8b78a2641fddc2f84f8ba57c5fb971ab6ae6fdd (patch) | |
tree | 69115f71e15111147a5f740acc3ee25d8035cdb1 /libs/libseccomp/Makefile | |
parent | e06825218f982b40adb798f90ae1abd9e56c79ae (diff) |
libseccomp: update to 2.4.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libseccomp/Makefile')
-rw-r--r-- | libs/libseccomp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libseccomp/Makefile b/libs/libseccomp/Makefile index 78fba9693..2ace0b3a3 100644 --- a/libs/libseccomp/Makefile +++ b/libs/libseccomp/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libseccomp -PKG_VERSION:=2.4.2 -PKG_RELEASE:=2 +PKG_VERSION:=2.4.3 +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:=b54f27b53884caacc932e75e6b44304ac83586e2abe7a83eca6daecc5440585b +PKG_HASH:=cf15d1421997fac45b936515af61d209c4fd788af11005d212b3d0fd71e7991d PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org> PKG_CPE_ID:=cpe:/a:libseccomp_project:libseccomp |