Browse Source

libgcrypt: update to 1.6.1

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

+ 2
- 2
libs/libgcrypt/Makefile View File

8
 include $(TOPDIR)/rules.mk
8
 include $(TOPDIR)/rules.mk
9
 
9
 
10
 PKG_NAME:=libgcrypt
10
 PKG_NAME:=libgcrypt
11
-PKG_VERSION:=1.5.0
11
+PKG_VERSION:=1.6.1
12
 PKG_RELEASE:=1
12
 PKG_RELEASE:=1
13
 
13
 
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15
 PKG_SOURCE_URL:=ftp://ftp.gnupg.org/gcrypt/libgcrypt
15
 PKG_SOURCE_URL:=ftp://ftp.gnupg.org/gcrypt/libgcrypt
16
-PKG_MD5SUM:=693f9c64d50c908bc4d6e01da3ff76d8
16
+PKG_MD5SUM:=3285fc1d12583cd5a731345211a7c7a2
17
 
17
 
18
 PKG_FIXUP:=patch-libtool
18
 PKG_FIXUP:=patch-libtool
19
 PKG_INSTALL:=1
19
 PKG_INSTALL:=1