comparison src/libgcrypt.mk @ 5868:704f65f2201f

* src/libgcrypt.mk: update to v1.9.4
author John Donoghue <john.donoghue@ieee.org>
date Wed, 25 Aug 2021 08:12:04 -0400
parents b72a4afee1a7
children 4c889ee97f5b
comparison
equal deleted inserted replaced
5867:5967563e06b9 5868:704f65f2201f
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.9.3 6 $(PKG)_VERSION := 1.9.4
7 $(PKG)_CHECKSUM := 6b18f453fee677078586279d96fb88e5df7b3f35 7 $(PKG)_CHECKSUM := 1bccc8393482fa1953323ff429c6b5ba5676eb1a
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