diff options
author | W. Michael Petullo <mike@flyn.org> | 2014-07-18 01:15:05 -0400 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-07-19 14:08:11 +0200 |
commit | 204954111f82ce87c849acc32cca14c3142c2e9e (patch) | |
tree | 953f5bdbb6ebe960b81d0a8e156991687f13f573 /libs | |
parent | 219a4576969be439cc3603cc582087fced9c4a1e (diff) |
libgpg-error: update to 1.12
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libgpg-error/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/libgpg-error/Makefile b/libs/libgpg-error/Makefile index 374afe2ca..27e5e0954 100644 --- a/libs/libgpg-error/Makefile +++ b/libs/libgpg-error/Makefile @@ -8,15 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libgpg-error -PKG_VERSION:=1.9 +PKG_VERSION:=1.12 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.gnupg.org/gcrypt/libgpg-error -PKG_MD5SUM:=521b98aa9395e7eaf0ef2236233a0796 +PKG_MD5SUM:=8f0eb41a344d19ac2aa9bd101dfb9ce6 PKG_BUILD_PARALLEL:=1 -PKG_FIXUP:=autoreconf PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk |