Bernd Kuhls
2025-12-07 15:42:21 +01:00
committed by Julien Olivain
parent bdccb251a2
commit 488d15b2ae
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# From https://www.gnupg.org/download/integrity_check.html
sha1 fb0bbb88211558c8f7e652b4b6a675b1972fba04 pinentry-1.3.1.tar.bz2
sha256 bc72ee27c7239007ab1896c3c2fae53b076e2c9bd2483dc2769a16902bce8c04 pinentry-1.3.1.tar.bz2
sha1 ca7c502f347f248377842f7e68df5e971059e4db pinentry-1.3.1.tar.bz2
sha256 8e986ed88561b4da6e9efe0c54fa4ca8923035c99264df0b0464497c5fb94e9e pinentry-1.3.2.tar.bz2
# Locally computed
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING

View File

@@ -4,7 +4,7 @@
#
################################################################################
PINENTRY_VERSION = 1.3.1
PINENTRY_VERSION = 1.3.2
PINENTRY_SOURCE = pinentry-$(PINENTRY_VERSION).tar.bz2
PINENTRY_SITE = https://www.gnupg.org/ftp/gcrypt/pinentry
PINENTRY_LICENSE = GPL-2.0+
@@ -62,10 +62,10 @@ endif
# pinentry-qt5 backend
ifeq ($(BR2_PACKAGE_PINENTRY_QT5),y)
PINENTRY_CONF_OPTS += --enable-pinentry-qt
PINENTRY_CONF_OPTS += --enable-pinentry-qt5
PINENTRY_DEPENDENCIES += qt5base
else
PINENTRY_CONF_OPTS += --disable-pinentry-qt
PINENTRY_CONF_OPTS += --disable-pinentry-qt5
endif
$(eval $(autotools-package))