network/msmtp: Updated for version 1.4.27.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
4b2ce7da7c
commit
30a33fe936
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Slackware build script for msmtp
|
||||
|
||||
# Copyright 2009-2011 Grigorios Bouzakis <grbzks@imap.cc>
|
||||
# Copyright 2009-2012 Grigorios Bouzakis <grbzks@imap.cc>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any purpose
|
||||
|
@ -20,7 +20,7 @@
|
|||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=msmtp
|
||||
VERSION=${VERSION:-1.4.25}
|
||||
VERSION=${VERSION:-1.4.27}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="msmtp"
|
||||
VERSION="1.4.25"
|
||||
VERSION="1.4.27"
|
||||
HOMEPAGE="http://msmtp.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/msmtp/msmtp-1.4.25.tar.bz2"
|
||||
MD5SUM="2d9603a7b5c1ebd83ea289ac2aa3a634"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/msmtp/msmtp-1.4.27.tar.bz2"
|
||||
MD5SUM="2d6d10d9c59ed2b2635554ed35fb9226"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Grigorios Bouzakis"
|
||||
EMAIL="grbzks@imap.cc"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -15,5 +15,5 @@ msmtp: To use this program with your mail user agent (MUA), create a
|
|||
msmtp: configuration file with your mail account(s) and tell your MUA
|
||||
msmtp: to call msmtp instead of /usr/sbin/sendmail.
|
||||
msmtp:
|
||||
msmtp: Homepage: http://msmtp.sourceforge.net/
|
||||
msmtp: Homepage: http://msmtp.sourceforge.net
|
||||
msmtp:
|
||||
|
|
Loading…
Reference in New Issue