wok-6.x diff gpgme/receipt @ 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 ac006a7bf27c
children 987d51d5279b
line diff
     1.1 --- a/gpgme/receipt	Thu Jun 23 01:40:19 2016 +0300
     1.2 +++ b/gpgme/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"
     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"
    1.12 @@ -17,7 +17,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	# Integrity check: https://www.gnupg.org/download/integrity_check.html
    1.16 -	echo "21510323495f6220f8f67610c3c27a23d761d43d  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.17 +	echo "95b1fc427871ca8d30d6d3b1985c816fe0b5077b  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.18  
    1.19  	./configure $CONFIGURE_ARGS && make && make install
    1.20  }