diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-09-15 21:25:02 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-09-18 21:22:17 +0200 |
commit | bdb8dd7dd7fd35d134d382a2f9b4e590a8b0967f (patch) | |
tree | 05a864dc6a12c1ec6073b7e83491c7c968c40f82 | |
parent | fac996d2f11a567a23151f451d13c5d87c358fc2 (diff) |
libtasn1: updated to version 4.2v14.07
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r-- | libs/libtasn1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libtasn1/Makefile b/libs/libtasn1/Makefile index 3a2cba30b..dd106bd1d 100644 --- a/libs/libtasn1/Makefile +++ b/libs/libtasn1/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtasn1 -PKG_VERSION:=4.1 +PKG_VERSION:=4.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/libtasn1 -PKG_MD5SUM:=f9b37df3c2c9c6439d8bf427bfbfc521 +PKG_MD5SUM:=414df906df421dee0a5cf7548788d153 #PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |