diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-23 19:43:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-23 19:43:31 +0200 |
commit | 1d513063883a55a163b5b60527bdb8de49e7be8d (patch) | |
tree | 83ea453603242661962556162569eb591431096e | |
parent | d07f9864c338e335796b57e72ad6d8fd13c9a896 (diff) |
update to latest upstream
-rw-r--r-- | package/libgcrypt/Makefile | 6 | ||||
-rw-r--r-- | package/libgpg-error/Makefile | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/package/libgcrypt/Makefile b/package/libgcrypt/Makefile index 0f0f4f051..38f263daf 100644 --- a/package/libgcrypt/Makefile +++ b/package/libgcrypt/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libgcrypt -PKG_VERSION:= 1.5.0 -PKG_RELEASE:= 4 -PKG_MD5SUM:= 78f8f8bec4580f75b25816f7896d0389 +PKG_VERSION:= 1.6.1 +PKG_RELEASE:= 1 +PKG_MD5SUM:= d155aa1b06fa879175922ba28f6a6509 PKG_DESCR:= GNU crypto library PKG_SECTION:= libs PKG_DEPENDS:= libgpg-error diff --git a/package/libgpg-error/Makefile b/package/libgpg-error/Makefile index ac27c3486..945c345df 100644 --- a/package/libgpg-error/Makefile +++ b/package/libgpg-error/Makefile @@ -4,10 +4,10 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libgpg-error -PKG_VERSION:= 1.9 -PKG_RELEASE:= 2 -PKG_MD5SUM:= 521b98aa9395e7eaf0ef2236233a0796 -PKG_DESCR:= a helper library for common error codes and descriptions +PKG_VERSION:= 1.12 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 8f0eb41a344d19ac2aa9bd101dfb9ce6 +PKG_DESCR:= helper library for common error codes and descriptions PKG_SECTION:= libs PKG_URL:= http://www.gnupg.org/ PKG_SITES:= ftp://ftp.gnupg.org/gcrypt/libgpg-error/ |