wok rev 20348

pinentry update: 0.9.7 (2015 Dec) -> 1.1.0 (2017 Dec)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 10:42:55 2018 +0000 (2018-06-09)
parents 7c7b2aced469
children 4159aad20572
files pinentry-gtk/receipt pinentry/receipt
line diff
     1.1 --- a/pinentry-gtk/receipt	Sat Jun 09 10:38:15 2018 +0000
     1.2 +++ b/pinentry-gtk/receipt	Sat Jun 09 10:42:55 2018 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pinentry-gtk"
     1.7 -VERSION="0.9.7"
     1.8 +VERSION="1.1.0"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Allow GnuPG to read passphrases and PIN numbers in a secure manner (GTK+ GUI)."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -20,7 +20,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	# Integrity check: https://www.gnupg.org/download/integrity_check.html
    1.16 -	echo "9bdcf5f4096aa8b26956afb0ecdd3d7849ffa0cd  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.17 +	echo "693bdf9f48dfb3e040d92f50b1bb464e268b9fb0  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.18  
    1.19  	export LDFLAGS="$LDFLAGS -ltinfo"
    1.20  	./configure \
     2.1 --- a/pinentry/receipt	Sat Jun 09 10:38:15 2018 +0000
     2.2 +++ b/pinentry/receipt	Sat Jun 09 10:42:55 2018 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="pinentry"
     2.7 -VERSION="0.9.7"
     2.8 +VERSION="1.1.0"
     2.9  CATEGORY="security"
    2.10  SHORT_DESC="Collection of dialog programs that allow GnuPG to read passphrases and PIN numbers in a secure manner."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -20,7 +20,7 @@
    2.13  compile_rules()
    2.14  {
    2.15  	# Integrity check: https://www.gnupg.org/download/integrity_check.html
    2.16 -	echo "9bdcf5f4096aa8b26956afb0ecdd3d7849ffa0cd  $SRC/$TARBALL" | sha1sum -c || exit 1
    2.17 +	echo "693bdf9f48dfb3e040d92f50b1bb464e268b9fb0  $SRC/$TARBALL" | sha1sum -c || exit 1
    2.18  
    2.19  	./configure --enable-pinentry-curses &&
    2.20  	make && make install