mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
perl/libwww-perl: Updated for version 6.04.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
4d3f4d3061
commit
98b6c2022a
3 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libwww-perl
|
||||
|
||||
# Copyright 2008-2011 LukenShiro, Italy
|
||||
# Copyright 2008-2012 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=libwww-perl
|
||||
VERSION=${VERSION:-6.03}
|
||||
VERSION=${VERSION:-6.04}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -42,7 +42,7 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
DOCFILES="AUTHORS Changes README README.SSL"
|
||||
|
||||
set -e # Exit on most errors
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libwww-perl"
|
||||
VERSION="6.03"
|
||||
VERSION="6.04"
|
||||
HOMEPAGE="http://search.cpan.org/dist/libwww-perl/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-6.03.tar.gz"
|
||||
MD5SUM="e8f0ad4a990e13db41cdf6d4a4adbb18"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-6.04.tar.gz"
|
||||
MD5SUM="24acf2fe33b2295f048f8859e9665ee3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="LukenShiro"
|
||||
EMAIL="lukenshiro@ngi.it"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler---------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libwww-perl: libwww-perl (WWW client/server library for perl)
|
||||
libwww-perl:
|
||||
libwww-perl: It is a set of Perl modules which provides a simple and consistent
|
||||
|
|
Loading…
Reference in a new issue