perl/perl-ExtUtils-InstallPaths: Updated for version 0.011.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-08-16 08:47:30 +07:00
parent bbd27091aa
commit 0cc3c0e9f9
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-ExtUtils-InstallPaths
# Copyright 2013 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# Copyright 2013-2015 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# 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-ExtUtils-InstallPaths
VERSION=${VERSION:-0.010}
VERSION=${VERSION:-0.011}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="perl-ExtUtils-InstallPaths"
VERSION="0.010"
VERSION="0.011"
HOMEPAGE="https://metacpan.org/pod/ExtUtils::InstallPaths"
DOWNLOAD="http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.010.tar.gz"
MD5SUM="f0b00cc6c04653588a6298fa1f16c07f"
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz"
MD5SUM="9c75894c3c8c899ab6bfafc5eaa97999"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-ExtUtils-Config"