From fcb99e5d5afca72567a7cbebeff85c8a48c46c39 Mon Sep 17 00:00:00 2001 From: skmpz Date: Fri, 1 Apr 2022 20:08:19 +0400 Subject: [PATCH] libgcrypt: update to 1.10.1. --- srcpkgs/libgcrypt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libgcrypt/template b/srcpkgs/libgcrypt/template index b3285e6f8edf..52cae3478601 100644 --- a/srcpkgs/libgcrypt/template +++ b/srcpkgs/libgcrypt/template @@ -1,6 +1,6 @@ # Template file for 'libgcrypt' pkgname=libgcrypt -version=1.10.0 +version=1.10.1 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=6a00f5c05caa4c4acc120c46b63857da0d4ff61dc4b4b03933fa8d46013fae81 +checksum=ef14ae546b0084cd84259f61a55e07a38c3b53afc0f546bffcef2f01baffe9de if [ "$CROSS_BUILD" ]; then configure_args+=" ac_cv_sys_symbol_underscore=no"