From 9fe07f5438f7a753e4ee1cfc9804097be3a64508 Mon Sep 17 00:00:00 2001 From: skmpz Date: Sat, 24 Oct 2020 02:34:35 +0400 Subject: [PATCH] libgcrypt: update to 1.8.7. --- srcpkgs/libgcrypt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libgcrypt/template b/srcpkgs/libgcrypt/template index 2dd694bf3db..4c8f5c5cc26 100644 --- a/srcpkgs/libgcrypt/template +++ b/srcpkgs/libgcrypt/template @@ -1,6 +1,6 @@ # Template file for 'libgcrypt' pkgname=libgcrypt -version=1.8.6 +version=1.8.7 revision=1 build_style=gnu-configure configure_args="--enable-static --without-capabilities" @@ -10,7 +10,7 @@ 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=0cba2700617b99fc33864a0c16b1fa7fdf9781d9ed3509f5d767178e5fd7b975 +checksum=03b70f028299561b7034b8966d7dd77ef16ed139c43440925fe8782561974748 case "$XBPS_TARGET_MACHINE" in ppc|ppc-musl) configure_args+=" ac_cv_sys_symbol_underscore=no" ;;