comparison src/libgcrypt.mk @ 5486:8b1f25a7e991

* src/libgcrypt.mk: update to v1.8.6
author John Donoghue <john.donoghue@ieee.org>
date Thu, 09 Jul 2020 17:07:08 -0400
parents cd41c2d17ef3
children 5654b4a20987
comparison
equal deleted inserted replaced
5485:9b45c169657a 5486:8b1f25a7e991
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.8.5 6 $(PKG)_VERSION := 1.8.6
7 $(PKG)_CHECKSUM := 2d8781e92f88706707a1e76fb628b499ad538a30 7 $(PKG)_CHECKSUM := 406b02873833427898d16bcc8483bc5c91c73d4a
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 zlib 11 $(PKG)_DEPS := libgpg_error zlib
12 12