diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-05 10:50:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-05 10:51:24 +0200 |
commit | d69e7ff912b8e4fe8da6cc2d7758f708699a2828 (patch) | |
tree | 1267b18d529eda044efba05b90eeef459289d68b | |
parent | cabb3d9d2966049ab12bebc9056d8059e8421898 (diff) |
update to latest upstream
-rw-r--r-- | package/libtasn1/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libtasn1/Makefile b/package/libtasn1/Makefile index e217eae37..bdccbd9c6 100644 --- a/package/libtasn1/Makefile +++ b/package/libtasn1/Makefile @@ -4,10 +4,10 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libtasn1 -PKG_VERSION:= 3.3 -PKG_RELEASE:= 2 -PKG_MD5SUM:= 2bdd687f487c50a0382b99553866a6e0 -PKG_DESCR:= an ASN.1 and DER structures manipulation library +PKG_VERSION:= 3.5 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 62c76352d0e17df1c082fe1c38bad5cf +PKG_DESCR:= ASN.1 and DER structures manipulation library PKG_SECTION:= libs PKG_URL:= http://www.gnupg.org/ PKG_SITES:= http://ftp.gnu.org/gnu/libtasn1/ |