diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2019-05-05 11:31:39 +0200 |
---|---|---|
committer | Jan Pavlinec <jan.pavlinec@nic.cz> | 2019-05-14 09:22:12 +0200 |
commit | c60624de45488d6c8d438b5a05fd304313c70cc4 (patch) | |
tree | 15c89c80bf9567e5727daad641da6c7c1582c8c5 /libs/libseccomp/Makefile | |
parent | 54e868c8220deb88739dcd82be3f24232e02e326 (diff) |
libseccomp: update to version 2.4.1
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Diffstat (limited to 'libs/libseccomp/Makefile')
-rw-r--r-- | libs/libseccomp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/libseccomp/Makefile b/libs/libseccomp/Makefile index 96d144e70..191434cc3 100644 --- a/libs/libseccomp/Makefile +++ b/libs/libseccomp/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libseccomp -PKG_VERSION:=2.4.0 +PKG_VERSION:=2.4.1 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:=2e74c7e8b54b340ad5d472e59286c6758e1e1e96c6b43c3dbdc8ddafbf0e525d +PKG_HASH:=1ca3735249af66a1b2f762fe6e710fcc294ad7185f1cc961e5bd83f9988006e8 PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org> PKG_BUILD_PARALLEL:=1 @@ -33,6 +33,7 @@ define Package/libseccomp/Default CATEGORY:=Libraries TITLE:=seccomp URL:=https://github.com/seccomp/libseccomp/wiki + DEPENDS:=@!arc endef define Package/libseccomp/Default/description |