diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-06-12 15:36:43 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-06-12 15:37:48 +0200 |
commit | 06ee8721d1939e81c2a7294e38d9c630deca9390 (patch) | |
tree | 235d45a104036fc887409c1259884cc28b44fb00 /libs/gnutls | |
parent | 0b2b462ae0ff78b25704eb06f5a36f5105082e0f (diff) |
gnutls: updated to 3.4.13
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'libs/gnutls')
-rw-r--r-- | libs/gnutls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index a6124af1b..3cbaad365 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnutls -PKG_VERSION:=3.4.12 +PKG_VERSION:=3.4.13 PKG_RELEASE:=1 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4 -PKG_MD5SUM:=c76571745c31746ead94af9c4c719124 +PKG_MD5SUM:=bdaccae1942c643fe907090438ec942a #PKG_FIXUP:=autoreconf gettext-version PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org> PKG_LICENSE:=LGPLv2.1+ |