Browse Source
system/mailutils: Update for version 3.17
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/226/head
Sergey Poznyakoff
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
6 deletions
-
system/mailutils/mailutils.SlackBuild
-
system/mailutils/mailutils.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for GNU mailutils |
|
|
|
|
|
|
|
# Copyright 2021 Sergey Poznyakoff, <gray@gnu.org> |
|
|
|
# Copyright 2021-2024 Sergey Poznyakoff, <gray@gnu.org> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -25,8 +25,8 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=mailutils |
|
|
|
VERSION=${VERSION:-3.11.1} |
|
|
|
BUILD=${BUILD:-2} |
|
|
|
VERSION=${VERSION:-3.17} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="mailutils" |
|
|
|
VERSION="3.11.1" |
|
|
|
VERSION="3.17" |
|
|
|
HOMEPAGE="http://mailutils.org" |
|
|
|
DOWNLOAD="https://ftp.gnu.org/gnu/mailutils/mailutils-3.11.1.tar.gz" |
|
|
|
MD5SUM="1f47762607801ad3b9b5642c0d0fbac7" |
|
|
|
DOWNLOAD="https://ftp.gnu.org/gnu/mailutils/mailutils-3.17.tar.gz" |
|
|
|
MD5SUM="f3a1ded909cec18ceedce2ca73f5ad70" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="libgsasl %README%" |
|
|
|