wok-6.x diff gpa/receipt @ rev 22033
Add fs-uae
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 21 10:33:44 2019 +0300 (2019-10-21) |
parents | ac006a7bf27c |
children | 9720efce20e7 |
line diff
1.1 --- a/gpa/receipt Thu Jun 23 01:40:19 2016 +0300 1.2 +++ b/gpa/receipt Mon Oct 21 10:33:44 2019 +0300 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