mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
perl/perl-Test-Pod: Updated for version 1.48.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
2757da3a00
commit
6e7630e0bf
2 changed files with 8 additions and 7 deletions
|
@ -3,7 +3,8 @@
|
|||
# Slackware Package Build Script for perl modules: Test::POD
|
||||
# Home Page http://search.cpan.org/dist/Test-Pod/
|
||||
|
||||
# Copyright (c) 2008-2011, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net)
|
||||
# Copyright (c) 2008-2013, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# (nishant _AT_ mnspace _DOT_ net)
|
||||
# All rights reserved.
|
||||
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,12 +27,12 @@
|
|||
#
|
||||
# Modified by the SlackBuilds.org project.
|
||||
|
||||
PRGNAM=perl-Test-Pod
|
||||
VERSION=${VERSION:-1.45}
|
||||
PRGNAM="perl-Test-Pod"
|
||||
VERSION=${VERSION:-1.48}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM=Test-Pod
|
||||
SRCNAM="$(printf $PRGNAM | cut -f2- -d-)"
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Test-Pod"
|
||||
VERSION="1.45"
|
||||
VERSION="1.48"
|
||||
HOMEPAGE="http://search.cpan.org/dist/Test-Pod/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-1.45.tar.gz"
|
||||
MD5SUM="089c8f272931df82f6c4d11a74f04628"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-1.48.tar.gz"
|
||||
MD5SUM="c6bfd00ccdcb417d68fb3c0a0ec884c8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue