mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/mailfromd: Updated for version 8.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2d5e77535b
commit
5945caa651
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mailfromd
|
||||
|
||||
# Copyright 2018 Sergey Poznyakoff <gray@gnu.org>
|
||||
# Copyright 2021 Sergey Poznyakoff <gray@gnu.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mailfromd
|
||||
VERSION=${VERSION:-8.5}
|
||||
VERSION=${VERSION:-8.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mailfromd"
|
||||
VERSION="8.5"
|
||||
VERSION="8.9"
|
||||
HOMEPAGE="http://puszcza.gnu.org.ua/software/mailfromd"
|
||||
DOWNLOAD="http://download.gnu.org.ua/pub/release/mailfromd/mailfromd-8.5.tar.gz"
|
||||
MD5SUM="3b2f97b5defe71e46ff8cbdff3990de5"
|
||||
DOWNLOAD="http://download.gnu.org.ua/pub/release/mailfromd/mailfromd-8.9.tar.gz"
|
||||
MD5SUM="77bb38237483616893b926356bc47103"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="mailutils adns"
|
||||
|
|
Loading…
Reference in a new issue