From 8882baaac8e2629661806c4ce4935cb5f9421195 Mon Sep 17 00:00:00 2001 From: skmpz Date: Fri, 24 Jul 2020 01:17:35 +0400 Subject: [PATCH] libgcrypt: update to 1.8.6 --- srcpkgs/libgcrypt/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libgcrypt/template b/srcpkgs/libgcrypt/template index 1a8e3c67ba7..2dd694bf3db 100644 --- a/srcpkgs/libgcrypt/template +++ b/srcpkgs/libgcrypt/template @@ -1,16 +1,16 @@ # Template file for 'libgcrypt' pkgname=libgcrypt -version=1.8.5 +version=1.8.6 revision=1 build_style=gnu-configure configure_args="--enable-static --without-capabilities" makedepends="libgpg-error-devel" short_desc="GNU cryptographic library" -maintainer="Orphaned " +maintainer="skmpz " license="LGPL-2.1-or-later" homepage="https://www.gnupg.org" distfiles="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2" -checksum=3b4a2a94cb637eff5bdebbcaf46f4d95c4f25206f459809339cdada0eb577ac3 +checksum=0cba2700617b99fc33864a0c16b1fa7fdf9781d9ed3509f5d767178e5fd7b975 case "$XBPS_TARGET_MACHINE" in ppc|ppc-musl) configure_args+=" ac_cv_sys_symbol_underscore=no" ;;