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:58 +0200 |
commit | f95145054172dc9c77567e0c7bf80b784ca5d41d (patch) | |
tree | 9099dd604c4a5295fd63dad74653f45d37449bc2 /libs | |
parent | 5a763334855393f382025be9434ddb2e8a5b5ca3 (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 |