mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
perl/perl-Config-IniFiles: Updated for version 2.78.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
c266df4735
commit
f150ce04e5
2 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware Package Build Script for perl modules: Config::IniFiles
|
||||
# Home Page http://search.cpan.org/dist/Config-IniFiles/
|
||||
|
||||
# Copyright (c) 2008-2012, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# Copyright (c) 2008-2013, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# (nishant _AT_ mnspace _DOT_ net)
|
||||
# All rights reserved.
|
||||
|
||||
|
@ -28,11 +28,11 @@
|
|||
# Modified by the SlackBuilds.org project.
|
||||
|
||||
PRGNAM=perl-Config-IniFiles
|
||||
VERSION=${VERSION:-2.71}
|
||||
VERSION=${VERSION:-2.78}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM=$(echo $PRGNAM | cut -f2- -d-)
|
||||
SRCNAM="$(printf $PRGNAM | cut -f2- -d-)"
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Config-IniFiles"
|
||||
VERSION="2.71"
|
||||
VERSION="2.78"
|
||||
HOMEPAGE="http://search.cpan.org/dist/Config-IniFiles/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Config-IniFiles-2.71.tar.gz"
|
||||
MD5SUM="b23a0b8cb1374cd070cd6ec62efda812"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Config-IniFiles-2.78.tar.gz"
|
||||
MD5SUM="9999dedf8776a31ec4d2926ba2ebc8f5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-List-MoreUtils"
|
||||
|
|
Loading…
Reference in a new issue