diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-08-24 10:18:38 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-08-24 10:18:38 +0200 |
commit | b73d80200a2bf621b41638845fb3ecc2663ca12e (patch) | |
tree | 2685f72fe158693ecb9f0078eef29cf17084ccd6 /libs | |
parent | d22670e76059a2c4fb3d6858d0c0c40a53869b89 (diff) |
libtasn1: updated to 4.1
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'libs')
-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 154dd8580..3a2cba30b 100644 --- a/libs/libtasn1/Makefile +++ b/libs/libtasn1/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtasn1 -PKG_VERSION:=4.0 +PKG_VERSION:=4.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/libtasn1 -PKG_MD5SUM:=d3d2d9bce3b6668b9827a9df52635be1 +PKG_MD5SUM:=f9b37df3c2c9c6439d8bf427bfbfc521 #PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |