update upstream version in SHARED_LIBS comment

tweak DESCR
This commit is contained in:
sthen
2025-12-19 13:43:50 +00:00
parent f91fe65e23
commit 9889e3aed3
2 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -1,11 +1,12 @@
COMMENT= GnuPG Made Easy
VERSION = 2.0.1
REVISION = 0
DISTNAME = gpgme-${VERSION}
CATEGORIES = security devel
SHARED_LIBS += gpgme 25.0 # 44.1
SHARED_LIBS += gpgme 25.0 # 45.1
HOMEPAGE = https://www.gnupg.org/software/gpgme/
+6 -6
View File
@@ -1,7 +1,7 @@
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier
for applications.
GnuPG Made Easy (GPGME) is a library designed to make access to
GnuPG easier for applications. It provides a high-level crypto API
for encryption, decryption, signing, signature verification and key
management.
It provides a High-Level Crypto API for encryption, decryption, signing,
signature verification and key management. Currently it uses GnuPG as it's
backend but the API isn't restricted to this engine; in fact it is planned to
add other backends to it.
Currently it uses GnuPG's OpenPGP backend as its default but the
API isn't restricted to this engine.