perl/perl-Net-ARP: Updated for version 1.0.12.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cristiano Urban 2022-06-03 21:20:15 +07:00 committed by Willy Sudiarto Raharjo
parent 12f8e2bbcf
commit bebfdad8c8
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 5 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-Net-ARP
VERSION=${VERSION:-1.0.11}
VERSION=${VERSION:-1.0.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -72,7 +72,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tgz
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
@ -102,6 +102,7 @@ find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a Changes README $PKG/usr/doc/$PRGNAM-$VERSION
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="perl-Net-ARP"
VERSION="1.0.11"
VERSION="1.0.12"
HOMEPAGE="https://metacpan.org/pod/Net::ARP"
DOWNLOAD="https://cpan.metacpan.org/authors/id/C/CR/CRAZYDJ/Net-ARP-1.0.11.tgz"
MD5SUM="7dc767a8c115efed5d2ead9c73244b8f"
DOWNLOAD="https://cpan.metacpan.org/authors/id/C/CR/CRAZYDJ/Net-ARP-1.0.12.tar.gz"
MD5SUM="b03d0648197c0050fd5d49af7796b1d5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""