perl/perl-Term-ReadLine-Gnu: Updated for version 1.24.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andreas Voegele 2014-04-15 22:30:20 +07:00 committed by Willy Sudiarto Raharjo
parent 83b5d6ad5d
commit 7a050a93f4
2 changed files with 6 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-Term-ReadLine-Gnu
# Copyright 2013 Andreas Voegele <andreas@andreasvoegele.com>
# Copyright 2013-2014 Andreas Voegele <andreas@andreasvoegele.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@ -17,7 +17,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
PRGNAM=perl-Term-ReadLine-Gnu
VERSION=${VERSION:-1.23}
VERSION=${VERSION:-1.24}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -82,9 +82,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f
find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
README \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a Changes README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Term-ReadLine-Gnu"
VERSION="1.23"
VERSION="1.24"
HOMEPAGE="https://metacpan.org/release/Term-ReadLine-Gnu"
DOWNLOAD="http://cpan.metacpan.org/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.23.tar.gz"
MD5SUM="2546b2159b6d9e922255ace4c361f9d6"
DOWNLOAD="http://cpan.metacpan.org/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.24.tar.gz"
MD5SUM="43db7380970a0674a601c042e9486a9a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""