mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
network/opensmtpd: Updated for version 5.7.3p2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
35e27e5dd3
commit
a5d104042c
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for opensmtpd
|
||||
|
||||
# Copyright 2013-2014 Robby Workman, Northport, Alabama, USA
|
||||
# Copyright 2015 Richard Narron, California, USA
|
||||
# Copyright 2015-2016 Richard Narron, California, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=opensmtpd
|
||||
VERSION=${VERSION:-5.7.3p1}
|
||||
VERSION=${VERSION:-5.7.3p2}
|
||||
EXTRAS=${EXTRAS:-5.7.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="opensmtpd"
|
||||
VERSION="5.7.3p1"
|
||||
VERSION="5.7.3p2"
|
||||
HOMEPAGE="http://www.opensmtpd.org/"
|
||||
DOWNLOAD="http://www.opensmtpd.org/archives/opensmtpd-5.7.3p1.tar.gz"
|
||||
MD5SUM="754abb7f08c094273f098d761c8c2221"
|
||||
DOWNLOAD="http://www.opensmtpd.org/archives/opensmtpd-5.7.3p2.tar.gz"
|
||||
MD5SUM="85bdccf1f28945771f79fd33e893cc43"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libasr"
|
||||
|
|
Loading…
Reference in a new issue