comparison src/libgcrypt.mk @ 3679:1f3183556bcf

libgcrypt: update to 1.6.1 * src/libgcrypt.mk: update version * src/mingw-libgcrypt-1-fixes.patch: removed
author John Donoghue
date Tue, 05 Aug 2014 09:13:58 -0400
parents 13be64f9f16d
children 3d768e8ec06a
comparison
equal deleted inserted replaced
3678:3858aa1d5ef8 3679:1f3183556bcf
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := libgcrypt 4 PKG := libgcrypt
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.5.3 6 $(PKG)_VERSION := 1.6.1
7 $(PKG)_CHECKSUM := 2c6553cc17f2a1616d512d6870fe95edf6b0e26e 7 $(PKG)_CHECKSUM := f03d9b63ac3b17a6972fc11150d136925b702f02
8 $(PKG)_SUBDIR := libgcrypt-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libgcrypt-$($(PKG)_VERSION)
9 $(PKG)_FILE := libgcrypt-$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := libgcrypt-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := ftp://ftp.gnupg.org/gcrypt/libgcrypt/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnupg.org/gcrypt/libgcrypt/$($(PKG)_FILE)
11 $(PKG)_DEPS := libgpg_error 11 $(PKG)_DEPS := libgpg_error
12 12