From 4aea1f0bc68ff44a8e0f5778fbb75165c40e908e Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sun, 24 Jan 2021 17:35:59 +0100 Subject: [PATCH] libgcrypt: update to 1.9.0. --- srcpkgs/libgcrypt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libgcrypt/template b/srcpkgs/libgcrypt/template index 650f022ad7a..f8b87756f62 100644 --- a/srcpkgs/libgcrypt/template +++ b/srcpkgs/libgcrypt/template @@ -1,6 +1,6 @@ # Template file for 'libgcrypt' pkgname=libgcrypt -version=1.8.7 +version=1.9.0 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=03b70f028299561b7034b8966d7dd77ef16ed139c43440925fe8782561974748 +checksum=4d9ccaa5f99db59ebcb64d73f62825b05ce8a6b7f86d19178559ef84de1381cb if [ "$CROSS_BUILD" ]; then configure_args+=" ac_cv_sys_symbol_underscore=no"