From fd56c716bdfa05b295da0c2b1fa7e647a3de59dc Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Mon, 29 Aug 2016 14:11:45 +0300 Subject: [PATCH] libgcrypt: Update to 1.7.3 --- mingw-w64-libgcrypt/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-libgcrypt/PKGBUILD b/mingw-w64-libgcrypt/PKGBUILD index 8566b9b517..55460ce656 100644 --- a/mingw-w64-libgcrypt/PKGBUILD +++ b/mingw-w64-libgcrypt/PKGBUILD @@ -3,7 +3,7 @@ _realname=libgcrypt pkgbase="mingw-w64-${_realname}" pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=1.7.2 +pkgver=1.7.3 pkgrel=1 pkgdesc="General purpose cryptographic library based on the code from GnuPG (mingw-w64)" arch=('any') @@ -15,7 +15,7 @@ options=('staticlibs' 'strip') source=("https://gnupg.org/ftp/gcrypt/libgcrypt/${_realname}-${pkgver}.tar.bz2" 'libgcrypt-use-correct-def-file.patch' 'Smarter-fig2dev-detection.all.patch') -sha256sums=('3d35df906d6eab354504c05d749a9b021944cb29ff5f65c8ef9c3dd5f7b6689f' +sha256sums=('ddac6111077d0a1612247587be238c5294dd0ee4d76dc7ba783cc55fb0337071' '55cf915badebb4b3cfa671eea725aebb77be791aa39a19caef090ded4f38d8eb' 'd6855fc9b7a3a7fa440be1d9ae3477f8c08524d1aab1a8c7bb26d62b55382f72')