diff options
Diffstat (limited to 'community/gpgme')
-rwxr-xr-x | community/gpgme/build | 3 | ||||
-rw-r--r-- | community/gpgme/checksums | 2 | ||||
-rw-r--r-- | community/gpgme/sources | 2 | ||||
-rw-r--r-- | community/gpgme/version | 2 |
4 files changed, 6 insertions, 3 deletions
diff --git a/community/gpgme/build b/community/gpgme/build index 1a862d8c..a4fa82cf 100755 --- a/community/gpgme/build +++ b/community/gpgme/build @@ -7,5 +7,8 @@ --disable-nls \ --disable-gpg-test \ --disable-gpgconf-test + +printf '%s\n' '#define _LARGEFILE64_SOURCE' >> conf/config.h + make make DESTDIR="$1" install diff --git a/community/gpgme/checksums b/community/gpgme/checksums index ee578f4a..0a5c5258 100644 --- a/community/gpgme/checksums +++ b/community/gpgme/checksums @@ -1,2 +1,2 @@ %BLAKE3 -d877a737b32bfe67f30030d9a547d94f5fb4f91c17eb106dc0663069773c7164 gpgme-1.20.0.tar.bz2 +0710d73b362b66c63a7c8243cd758df03e56dd91256de3c718b01a2319bfc5c2 gpgme-1.23.2.tar.bz2 diff --git a/community/gpgme/sources b/community/gpgme/sources index 86d4e2c5..1d00f6b7 100644 --- a/community/gpgme/sources +++ b/community/gpgme/sources @@ -1 +1 @@ -https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.20.0.tar.bz2 +https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.23.2.tar.bz2 diff --git a/community/gpgme/version b/community/gpgme/version index 47b4c52a..0e853e05 100644 --- a/community/gpgme/version +++ b/community/gpgme/version @@ -1 +1 @@ -1.20.0 1 +1.23.2 1 |