network/emailrelay: Updated for version 2.4.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d70330fd59
commit
2a2feaf50c
|
@ -2,7 +2,8 @@
|
|||
|
||||
# Slackware build script for emailrelay
|
||||
|
||||
# Copyright 2011,2013,2016-2022 Andrew Clemons, Wellington, New Zealand
|
||||
# Copyright 2011,2013,2016-2022 Andrew Clemons, Wellington New Zealand
|
||||
# Copyright 2022 Andrew Clemons, Tokyo Japan
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=emailrelay
|
||||
VERSION=${VERSION:-2.3}
|
||||
VERSION=${VERSION:-2.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="emailrelay"
|
||||
VERSION="2.3"
|
||||
VERSION="2.4.1"
|
||||
HOMEPAGE="http://emailrelay.sourceforge.net/"
|
||||
DOWNLOAD="https://sourceforge.net/projects/emailrelay/files/emailrelay/2.3/emailrelay-2.3-src.tar.gz"
|
||||
MD5SUM="378527d299987272b56141a921d0cb00"
|
||||
DOWNLOAD="https://sourceforge.net/projects/emailrelay/files/emailrelay/2.4.1/emailrelay-2.4.1-src.tar.gz"
|
||||
MD5SUM="a748a444f96d1ec435654c7072a8283a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue