mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-MIME-tools: Updated for version 5.506.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e1787e22e7
commit
4a3756704c
2 changed files with 7 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware Package Build Script for perl modules: MIME-tools
|
||||
# Home Page http://search.cpan.org/dist/MIME-Tools/
|
||||
|
||||
# Copyright (c) 2009-2013, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# Copyright (c) 2009-2015, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# (nishant _AT_ mnspace _DOT_ net)
|
||||
# All rights reserved.
|
||||
|
||||
|
@ -27,13 +27,12 @@
|
|||
#
|
||||
# Modified by the SlackBuilds.org project.
|
||||
|
||||
SRCNAM="MIME-tools"
|
||||
PRGNAM="perl-MIME-tools"
|
||||
VERSION=${VERSION:-5.504}
|
||||
VERSION=${VERSION:-5.506}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM="$(printf $PRGNAM | cut -f2- -d-)"
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-MIME-tools"
|
||||
VERSION="5.504"
|
||||
HOMEPAGE="https://metacpan.org/pod/MIME::Tools"
|
||||
DOWNLOAD="http://www.cpan.org/authors/id/D/DS/DSKOLL/MIME-tools-5.504.tar.gz"
|
||||
MD5SUM="8e055aab88552710377b4727b23bfb70"
|
||||
VERSION="5.506"
|
||||
HOMEPAGE="http://search.cpan.org/dist/MIME-tools/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/MIME-tools-5.506.tar.gz"
|
||||
MD5SUM="ddc8479d25688f8860d0bf3be9df52c5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Convert-BinHex perl-IO-stringy perl-MailTools"
|
||||
|
|
Loading…
Reference in a new issue