# HG changeset patch # User Erkan Yilmaz # Date 1528565494 0 # Node ID 9b15fcffdf1d687275277d4165899f5df922a303 # Parent 147135448bcfdee50d5a40cd2a59bb5715c9e9c8 gpa update: 0.9.9 -> 0.9.10 diff -r 147135448bcf -r 9b15fcffdf1d gpa/receipt --- a/gpa/receipt Sat Jun 09 17:29:10 2018 +0000 +++ b/gpa/receipt Sat Jun 09 17:31:34 2018 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gpa" -VERSION="0.9.9" +VERSION="0.9.10" CATEGORY="security" SHORT_DESC="Gnu Privacy Assistant" MAINTAINER="erjo@slitaz.org" @@ -18,7 +18,7 @@ compile_rules() { # Integrity check: https://www.gnupg.org/download/integrity_check.html - echo "1cf86c9e38aa553fdb880c55cbc6755901ad21a4 $SRC/$TARBALL" | sha1sum -c || exit 1 + echo "c629348725c1bf5dafd57f8a70187dc89815ce60 $SRC/$TARBALL" | sha1sum -c || exit 1 ./configure $CONFIGURE_ARGS && make && make install