wok rev 20359

gpgme update: 1.6.0 -> 1.11.1
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 17:29:10 2018 +0000 (2018-06-09)
parents 51a5735338fe
children 9b15fcffdf1d
files gpgme-dev/receipt gpgme/receipt
line diff
     1.1 --- a/gpgme-dev/receipt	Sat Jun 09 17:24:06 2018 +0000
     1.2 +++ b/gpgme-dev/receipt	Sat Jun 09 17:29:10 2018 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gpgme-dev"
     1.7 -VERSION="1.6.0"
     1.8 +VERSION="1.11.1"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="C language library that allows to add support for cryptography to a program."
    1.11  MAINTAINER="erjo@slitaz.org"
     2.1 --- a/gpgme/receipt	Sat Jun 09 17:24:06 2018 +0000
     2.2 +++ b/gpgme/receipt	Sat Jun 09 17:29:10 2018 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gpgme"
     2.7 -VERSION="1.6.0"
     2.8 +VERSION="1.11.1"
     2.9  CATEGORY="security"
    2.10  SHORT_DESC="C language library that allows to add support for cryptography to a program."
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -17,7 +17,7 @@
    2.13  compile_rules()
    2.14  {
    2.15  	# Integrity check: https://www.gnupg.org/download/integrity_check.html
    2.16 -	echo "21510323495f6220f8f67610c3c27a23d761d43d  $SRC/$TARBALL" | sha1sum -c || exit 1
    2.17 +	echo "95b1fc427871ca8d30d6d3b1985c816fe0b5077b  $SRC/$TARBALL" | sha1sum -c || exit 1
    2.18  
    2.19  	./configure $CONFIGURE_ARGS && make && make install
    2.20  }