wok diff gpa/receipt @ rev 20820

Add bacon & qb2c
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 19 10:10:09 2019 +0100 (2019-02-19)
parents ac006a7bf27c
children 9720efce20e7
line diff
     1.1 --- a/gpa/receipt	Thu Jun 23 01:40:19 2016 +0300
     1.2 +++ b/gpa/receipt	Tue Feb 19 10:10:09 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gpa"
     1.7 -VERSION="0.9.9"
     1.8 +VERSION="0.9.10"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Gnu Privacy Assistant"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -18,7 +18,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	# Integrity check: https://www.gnupg.org/download/integrity_check.html
    1.16 -	echo "1cf86c9e38aa553fdb880c55cbc6755901ad21a4  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.17 +	echo "c629348725c1bf5dafd57f8a70187dc89815ce60  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.18  
    1.19  	./configure $CONFIGURE_ARGS && make && make install
    1.20