mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-net-http: Updated for version 6.09.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
14f9b2bb17
commit
d20672bade
2 changed files with 5 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for perl-net-http
|
||||
|
||||
# Copyright 2011-2014 LukenShiro, Italy
|
||||
# Copyright 2011-2015 LukenShiro, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-net-http
|
||||
VERSION=${VERSION:-6.07}
|
||||
VERSION=${VERSION:-6.09}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -67,7 +67,6 @@ make test
|
|||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
|
||||
|
||||
find $PKG -depth -type d -empty -delete
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-net-http"
|
||||
VERSION="6.07"
|
||||
VERSION="6.09"
|
||||
HOMEPAGE="https://metacpan.org/pod/Net::HTTP"
|
||||
DOWNLOAD="http://www.cpan.org/authors/id/M/MS/MSCHILLI/Net-HTTP-6.07.tar.gz"
|
||||
MD5SUM="b6da691523456089d7a812ac398bc77e"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ET/ETHER/Net-HTTP-6.09.tar.gz"
|
||||
MD5SUM="3d84d17f64c7316d69e7eb7b4e292b9a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue