wok-next rev 20802

perl: I. upgrade 5.26.1 (2017 Sep.) -> 5.26.2 (2018 April) II. add also integrity check
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 05:55:55 2018 +0000 (2018-06-13)
parents 8b56e6c9056c
children 682fa819a3d4
files perl/receipt
line diff
     1.1 --- a/perl/receipt	Tue Jun 12 02:01:49 2018 +0300
     1.2 +++ b/perl/receipt	Wed Jun 13 05:55:55 2018 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="perl"
     1.7 -VERSION="5.26.1"
     1.8 +VERSION="5.26.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Perl interpreter and modules"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -11,6 +11,8 @@
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WGET_URL="http://www.cpan.org/src/5.0/$TARBALL"
    1.16 +# Integrity check: http://www.cpan.org/src/5.0/
    1.17 +TARBALL_SHA256="3f6a6b5bbd43016e5211e24b6631ea84216dd300216a2293b41c9195032f3e81"
    1.18  
    1.19  COOKOPTS="!perlz"
    1.20  BUILD_DEPENDS="zlib-dev bzip2-dev less gdbm-dev"