Browse Source

libgpg-error: update to 1.12

Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo 10 years ago
parent
commit
204954111f
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      libs/libgpg-error/Makefile

+ 2
- 3
libs/libgpg-error/Makefile View File

@@ -8,15 +8,14 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=libgpg-error
11
-PKG_VERSION:=1.9
11
+PKG_VERSION:=1.12
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15 15
 PKG_SOURCE_URL:=ftp://ftp.gnupg.org/gcrypt/libgpg-error
16
-PKG_MD5SUM:=521b98aa9395e7eaf0ef2236233a0796
16
+PKG_MD5SUM:=8f0eb41a344d19ac2aa9bd101dfb9ce6
17 17
 
18 18
 PKG_BUILD_PARALLEL:=1
19
-PKG_FIXUP:=autoreconf
20 19
 PKG_INSTALL:=1
21 20
 
22 21
 include $(INCLUDE_DIR)/package.mk