perl/perl-http-date: Updated for version 6.01.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
980ac78713
commit
1e94f82c94
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for perl-http-date
|
||||
|
||||
# Copyright 2011 LukenShiro, Italy
|
||||
# Copyright 2011-2012 LukenShiro, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,11 +23,10 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-http-date
|
||||
VERSION=${VERSION:-6.00}
|
||||
VERSION=${VERSION:-6.01}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
|
@ -44,7 +43,7 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
SRCNAM=HTTP-Date
|
||||
DOCFILES="Changes README"
|
||||
|
||||
set -e # Exit on most errors
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="perl-http-date"
|
||||
VERSION="6.00"
|
||||
VERSION="6.01"
|
||||
HOMEPAGE="http://search.cpan.org/dist/HTTP-Date/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Date-6.00.tar.gz"
|
||||
MD5SUM="41b875ac89c14d7f66515b52cdd12acd"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Date-6.01.tar.gz"
|
||||
MD5SUM="0a7345bc431d3a0204069b8f45f57729"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="LukenShiro"
|
||||
EMAIL="lukenshiro@ngi.it"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in New Issue