perl/perl-Archive-Zip: Updated for version 1.68.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
pyllyukko 2024-03-16 17:46:13 +02:00 committed by Willy Sudiarto Raharjo
parent 170eda7866
commit 43a408f13e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-Archive-Zip
VERSION=${VERSION:-1.59}
VERSION=${VERSION:-1.68}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -96,7 +96,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f
find $PKG -depth -type d -empty -delete
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a Changes $PKG/usr/doc/$PRGNAM-$VERSION
cp -a Changes README.md examples $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-Archive-Zip"
VERSION="1.59"
VERSION="1.68"
HOMEPAGE="https://metacpan.org/pod/Archive::Zip"
DOWNLOAD="https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.59.tar.gz"
MD5SUM="b649a593391573f9382cef8c08d1d5ba"
DOWNLOAD="https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.68.tar.gz"
MD5SUM="a33993309322164867c99e04a4000ee3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""