mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
perl/perl-NetAddr-IP: Updated for version 4.075.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c59f7560bc
commit
16137c21bb
2 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@
|
|||
# Modified by the SlackBuilds.org project.
|
||||
|
||||
PRGNAM="perl-NetAddr-IP"
|
||||
VERSION=${VERSION:-4.073}
|
||||
VERSION=${VERSION:-4.075}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,7 +75,7 @@ find -L . \
|
|||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-NetAddr-IP"
|
||||
VERSION="4.073"
|
||||
VERSION="4.075"
|
||||
HOMEPAGE="https://metacpan.org/pod/NetAddr::IP"
|
||||
DOWNLOAD="http://www.cpan.org/authors/id/M/MI/MIKER/NetAddr-IP-4.073.tar.gz"
|
||||
MD5SUM="4dc78e95809450100c1037cc10942fdf"
|
||||
DOWNLOAD="http://www.cpan.org/authors/id/M/MI/MIKER/NetAddr-IP-4.075.tar.gz"
|
||||
MD5SUM="b72b91ebd228b096fd3b0acc87df877e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue