diff options
| author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2015-09-11 13:45:31 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-09-11 19:49:04 +0200 |
| commit | 7e5ddfbf85494de81254b02f566c0335f9070a3e (patch) | |
| tree | 7cdf440eed73eac09e48b4f72fe767cab391a433 /package/libgcrypt | |
| parent | d4d2bcfa1e5003734aad964e68bb1f8fe883b6c1 (diff) | |
libgcrypt: bump version to 1.6.4
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libgcrypt')
| -rw-r--r-- | package/libgcrypt/libgcrypt.hash | 4 | ||||
| -rw-r--r-- | package/libgcrypt/libgcrypt.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/libgcrypt/libgcrypt.hash b/package/libgcrypt/libgcrypt.hash index 9cad1c49b..e845a51e9 100644 --- a/package/libgcrypt/libgcrypt.hash +++ b/package/libgcrypt/libgcrypt.hash @@ -1,2 +1,2 @@ -# From http://lists.gnupg.org/pipermail/gnupg-announce/2015q1/000364.html -sha1 9456e7b64db9df8360a1407a38c8c958da80bbf1 libgcrypt-1.6.3.tar.bz2 +# From https://lists.gnu.org/archive/html/info-gnu/2015-09/msg00000.html +sha1 ed52add1ce635deeb2f5c6650e52667debd4ec70 libgcrypt-1.6.4.tar.bz2 diff --git a/package/libgcrypt/libgcrypt.mk b/package/libgcrypt/libgcrypt.mk index 9153fb847..53d1d6cd1 100644 --- a/package/libgcrypt/libgcrypt.mk +++ b/package/libgcrypt/libgcrypt.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBGCRYPT_VERSION = 1.6.3 +LIBGCRYPT_VERSION = 1.6.4 LIBGCRYPT_SOURCE = libgcrypt-$(LIBGCRYPT_VERSION).tar.bz2 LIBGCRYPT_LICENSE = LGPLv2.1+ LIBGCRYPT_LICENSE_FILES = COPYING.LIB |
