From 21645ec347120495a75dc30568013de5c4ebe376 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 17 May 2015 20:10:31 +0200 Subject: [PATCH] libseccomp: updated to 2.2.1 Signed-off-by: Nikos Mavrogiannopoulos --- libs/libseccomp/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/libseccomp/Makefile b/libs/libseccomp/Makefile index 8c40fdcb74..1ad5d2bff9 100644 --- a/libs/libseccomp/Makefile +++ b/libs/libseccomp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2005-2010 OpenWrt.org +# Copyright (C) 2014-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libseccomp -PKG_VERSION:=2.2.0 -PKG_RELEASE:=2 +PKG_VERSION:=2.2.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_MD5SUM:=e9509301a1fc024cd10127ac1f31792a +PKG_MD5SUM:=068af8e1bc36fcd4b326ee83875ab4fd PKG_MAINTAINER:=Nikos Mavrogiannopoulos PKG_INSTALL:=1 -- 2.30.2