gpgme: update to 1.24.1.

This commit is contained in:
Đoàn Trần Công Danh 2024-12-21 07:23:50 +07:00 committed by Đoàn Trần Công Danh
parent 3fda0daf47
commit ad5f451d2d

View file

@ -2,8 +2,8 @@
# #
# THIS PACKAGE MUST BE SYNCHRONIZED WITH "srcpkgs/gpgme-qt6" # THIS PACKAGE MUST BE SYNCHRONIZED WITH "srcpkgs/gpgme-qt6"
pkgname=gpgme pkgname=gpgme
version=1.23.2 version=1.24.1
revision=5 revision=1
build_style=gnu-configure build_style=gnu-configure
build_helper="python3" build_helper="python3"
configure_args="--enable-fd-passing configure_args="--enable-fd-passing
@ -19,7 +19,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://www.gnupg.org/software/gpgme/index.html" homepage="https://www.gnupg.org/software/gpgme/index.html"
changelog="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob_plain;f=NEWS;hb=HEAD" changelog="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob_plain;f=NEWS;hb=HEAD"
distfiles="https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-${version}.tar.bz2" distfiles="https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-${version}.tar.bz2"
checksum=9499e8b1f33cccb6815527a1bc16049d35a6198a6c5fae0185f2bd561bce5224 checksum=ea05d0258e71061d61716584ec34cef59330a91340571edc46b78374973ba85f
CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1" CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1"