diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-09-18 21:16:38 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-09-18 21:18:35 +0200 |
commit | fac996d2f11a567a23151f451d13c5d87c358fc2 (patch) | |
tree | 060f2914f29c6e9f65fde1be67943c7b7b3c3a58 | |
parent | 6d835700288cdf7ab1dce66c8cf43a95b8d42ea2 (diff) |
p11-kit: updated to 0.20.7
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r-- | libs/p11-kit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/p11-kit/Makefile b/libs/p11-kit/Makefile index 24d9ec2b5..853287aac 100644 --- a/libs/p11-kit/Makefile +++ b/libs/p11-kit/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=p11-kit -PKG_VERSION:=0.20.2 +PKG_VERSION:=0.20.7 PKG_RELEASE:=1 PKG_MAINTAINER:=Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=757b97ee4ac0ce598661a90cd784c4f1 +PKG_MD5SUM:=6648cad01a3080b685b8b3bf7372c91a PKG_SOURCE_URL:=http://p11-glue.freedesktop.org/releases/ PKG_INSTALL:=1 |