wok rev 20360
gpa update: 0.9.9 -> 0.9.10
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 17:31:34 2018 +0000 (2018-06-09) |
parents | 147135448bcf |
children | 987d51d5279b |
files | gpa/receipt |
line diff
1.1 --- a/gpa/receipt Sat Jun 09 17:29:10 2018 +0000 1.2 +++ b/gpa/receipt Sat Jun 09 17:31:34 2018 +0000 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