|
@@ -1,5 +1,5 @@
|
1
|
1
|
#
|
2
|
|
-# Copyright (C) 2005-2010 OpenWrt.org
|
|
2
|
+# Copyright (C) 2014-2015 OpenWrt.org
|
3
|
3
|
#
|
4
|
4
|
# This is free software, licensed under the GNU General Public License v2.
|
5
|
5
|
# See /LICENSE for more information.
|
|
@@ -8,13 +8,13 @@
|
8
|
8
|
include $(TOPDIR)/rules.mk
|
9
|
9
|
|
10
|
10
|
PKG_NAME:=libseccomp
|
11
|
|
-PKG_VERSION:=2.2.0
|
12
|
|
-PKG_RELEASE:=2
|
|
11
|
+PKG_VERSION:=2.2.1
|
|
12
|
+PKG_RELEASE:=1
|
13
|
13
|
PKG_USE_MIPS16:=0
|
14
|
14
|
|
15
|
15
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
16
|
16
|
PKG_SOURCE_URL:=https://github.com/seccomp/libseccomp/releases/download/v$(PKG_VERSION)/
|
17
|
|
-PKG_MD5SUM:=e9509301a1fc024cd10127ac1f31792a
|
|
17
|
+PKG_MD5SUM:=068af8e1bc36fcd4b326ee83875ab4fd
|
18
|
18
|
PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
19
|
19
|
|
20
|
20
|
PKG_INSTALL:=1
|