diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-01 13:37:49 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-02 15:16:55 -0500 |
commit | 765ccc0d8a51936e70b559deab8b3e553bca57ea (patch) | |
tree | ae82944a665254631197985cabf06ac9facaddf3 /package | |
parent | cde74d4ade7cb739a35a0cfc3e3e3465a9b14669 (diff) |
update libtasn1 to latest stable upstream version
Diffstat (limited to 'package')
-rw-r--r-- | package/libtasn1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libtasn1/Makefile b/package/libtasn1/Makefile index 299059ddb..343f6cf39 100644 --- a/package/libtasn1/Makefile +++ b/package/libtasn1/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libtasn1 -PKG_VERSION:= 4.4 +PKG_VERSION:= 4.5 PKG_RELEASE:= 1 -PKG_HASH:= f8349db1b4fe634105c77e11d26b2173e587827e86e1a489b5e38ffa822e0c5d +PKG_HASH:= 89b3b5dce119273431544ecb305081f3530911001bb12e5d76588907edb71bda PKG_DESCR:= asn.1 and der structures manipulation library PKG_SECTION:= libs/crypto PKG_URL:= http://www.gnupg.org/ |