Update gnupg to 2.2.3 (#6573)

Updated dependencies:

* libassuan 2.4.5
* libgcrypt 1.8.1
* npth 1.5
This commit is contained in:
nshtg
2017-12-05 22:29:20 +01:00
committed by Christoph Junghans
parent 9e64fa53ed
commit 01ba69c635
4 changed files with 8 additions and 4 deletions

View File

@@ -30,8 +30,9 @@ class Libassuan(AutotoolsPackage):
protocol."""
homepage = "https://gnupg.org/software/libassuan/index.html"
url = "https://gnupg.org/ftp/gcrypt/libassuan/libassuan-2.4.3.tar.bz2"
url = "https://gnupg.org/ftp/gcrypt/libassuan/libassuan-2.4.5.tar.bz2"
version('2.4.5', '4f22bdb70d424cfb41b64fd73b7e1e45')
version('2.4.3', '8e01a7c72d3e5d154481230668e6eb5a')
depends_on('libgpg-error')