From c99a7f2e7cd0025763e2b32888e50567e34446d4 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 15 Nov 2020 09:57:52 -0600 Subject: [PATCH] gpgme: update to 1.15.0 --- srcpkgs/gpgme/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gpgme/template b/srcpkgs/gpgme/template index d9aa938c608..91b76955d6a 100644 --- a/srcpkgs/gpgme/template +++ b/srcpkgs/gpgme/template @@ -1,6 +1,6 @@ # Template file for 'gpgme' pkgname=gpgme -version=1.14.0 +version=1.15.0 revision=1 build_style=gnu-configure configure_args="--enable-fd-passing @@ -14,7 +14,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://www.gnupg.org/software/gpgme/index.html" distfiles="https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-${version}.tar.bz2" -checksum=cef1f710a6b0d28f5b44242713ad373702d1466dcbe512eb4e754d7f35cd4307 +checksum=0b472bc12c7d455906c8a539ec56da0a6480ef1c3a87aa5b74d7125df68d0e5b if [ "$XBPS_TARGET_LIBC" = "musl" ]; then configure_args+=" ac_cv_sys_file_offset_bits=no"