wok diff libgpg-error/receipt @ rev 23292

updated perl-bit-vector (7.1 -> 7.4)
author Hans-G?nter Theisgen
date Sun Mar 29 15:34:04 2020 +0100 (2020-03-29)
parents e0e82f52d832
children 5d79829fa876
line diff
     1.1 --- a/libgpg-error/receipt	Wed Apr 10 16:22:55 2019 +0100
     1.2 +++ b/libgpg-error/receipt	Sun Mar 29 15:34:04 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libgpg-error"
     1.7 -VERSION="1.36"
     1.8 +VERSION="1.37"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Common error messages for GnuPG."
    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 "5245ce38b198cecd57775fb3c7b7328ec1a2a615  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.17 +	echo "6dff83371e0c03fe9ba468cc23d528a8c247785a  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.18  
    1.19  	./configure $CONFIGURE_ARGS &&
    1.20  	make -j 1 &&