mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
network/perl-MailTools: Updated for version 2.07.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
ce066eb5b6
commit
c26182b3c0
2 changed files with 8 additions and 7 deletions
|
@ -3,7 +3,8 @@
|
||||||
# Slackware Package Build Script for perl modules: MailTools
|
# Slackware Package Build Script for perl modules: MailTools
|
||||||
# Home Page http://search.cpan.org/dist/MailTools/
|
# Home Page http://search.cpan.org/dist/MailTools/
|
||||||
|
|
||||||
# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net)
|
# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||||
|
# <nishant _AT_ mnspace _DOT_ net>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
|
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -27,8 +28,8 @@
|
||||||
# Modified by the SlackBuilds.org project.
|
# Modified by the SlackBuilds.org project.
|
||||||
|
|
||||||
SRCNAM=MailTools
|
SRCNAM=MailTools
|
||||||
PRGNAM=perl-MailTools
|
PRGNAM=perl-$SRCNAM
|
||||||
VERSION=2.06
|
VERSION=${VERSION:-2.07}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="perl-MailTools"
|
PRGNAM="perl-MailTools"
|
||||||
VERSION="2.06"
|
VERSION="2.07"
|
||||||
HOMEPAGE="http://search.cpan.org/dist/MailTools/"
|
HOMEPAGE="http://search.cpan.org/dist/MailTools/"
|
||||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-2.06.tar.gz"
|
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-2.07.tar.gz"
|
||||||
MD5SUM="3f90297c7f566cc0cc9c89ee47906abf"
|
MD5SUM="df861e05cbcf3a336ecebfb2c42529d0"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Nishant Limbachia"
|
MAINTAINER="Nishant Limbachia"
|
||||||
EMAIL="nishant@mnspace.net"
|
EMAIL="nishant@mnspace.net"
|
||||||
APPROVED="Erik Hanson"
|
APPROVED="dsomero"
|
||||||
|
|
Loading…
Reference in a new issue