comparison src/libgcrypt.mk @ 5157:2fd4d632168b

* src/libgcrypt.mk: update to v1.8.5
author John Donoghue
date Tue, 03 Sep 2019 11:57:18 -0400
parents 63ecde4c1c84
children 9b64cc7cb488
comparison
equal deleted inserted replaced
5156:8364de978bfd 5157:2fd4d632168b
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.4 6 $(PKG)_VERSION := 1.8.5
7 $(PKG)_CHECKSUM := 4a8ef9db6922f3a31992aca5640b4198a69b58fc 7 $(PKG)_CHECKSUM := 2d8781e92f88706707a1e76fb628b499ad538a30
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