From 71e54d88da8bd17335eae310477b5125835b7d8c Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 17 Jun 2016 01:07:11 +0200 Subject: [PATCH] libgcrypt: update to 1.7.1 --- srcpkgs/libgcrypt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libgcrypt/template b/srcpkgs/libgcrypt/template index 1795ac27b26..7a24ac8f9ac 100644 --- a/srcpkgs/libgcrypt/template +++ b/srcpkgs/libgcrypt/template @@ -1,6 +1,6 @@ # Template build file for 'libgcrypt'. pkgname=libgcrypt -version=1.7.0 +version=1.7.1 revision=1 build_style=gnu-configure configure_args="--enable-static --without-capabilities" @@ -10,7 +10,7 @@ maintainer="Juan RP " homepage="http://www.gnupg.org" license="LGPL-2.1" distfiles="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2" -checksum=b0e67ea74474939913c4d9d9ef4ef5ec378efbe2bebe36389dee319c79bffa92 +checksum=450d9cfcbf1611c64dbe3bd04b627b83379ef89f11406d94c8bba305e36d7a95 libgcrypt-devel_package() { depends="${makedepends} ${sourcepkg}-${version}_${revision}"