wok diff libksba/receipt @ rev 20603
Update iptraf & gcc3
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 17 12:19:32 2018 +0100 (2018-12-17) |
parents | ac006a7bf27c |
children | ede1d184d5c5 |
line diff
1.1 --- a/libksba/receipt Thu Jun 23 01:40:19 2016 +0300 1.2 +++ b/libksba/receipt Mon Dec 17 12:19:32 2018 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libksba" 1.7 -VERSION="1.3.4" 1.8 +VERSION="1.3.5" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Library to work with X.509 certificates, CMS data and related objects." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -17,7 +17,7 @@ 1.13 compile_rules() 1.14 { 1.15 # Integrity check: https://www.gnupg.org/download/integrity_check.html 1.16 - echo "bc84945400bd1cabfd7b8ba4e20e71082f32bcc9 $SRC/$TARBALL" | sha1sum -c || exit 1 1.17 + echo "a98385734a0c3f5b713198e8d6e6e4aeb0b76fde $SRC/$TARBALL" | sha1sum -c || exit 1 1.18 1.19 ./configure $CONFIGURE_ARGS && make && make install 1.20 }