diff options
author | Thomas Morper <thomas@beingboiled.info> | 2023-10-06 21:56:20 +0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 15:58:31 +0700 |
commit | c16118ff3616337ea5c101e092bf0190765001b4 (patch) | |
tree | ed774aac5fbf26540cb8c5f2d183db0ca4764abe /network | |
parent | a343ccb173b388afa25dfd4ebc6af5bcd4cb7196 (diff) |
network/exim: Updated for version 4.96.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/exim/exim.SlackBuild | 4 | ||||
-rw-r--r-- | network/exim/exim.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/exim/exim.SlackBuild b/network/exim/exim.SlackBuild index 6a16c11957c7..33da4ad5e69e 100644 --- a/network/exim/exim.SlackBuild +++ b/network/exim/exim.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Exim -# Copyright 2012-2022 Thomas Morper, Nürnberg, Germany +# Copyright 2012-2023 Thomas Morper, Nürnberg, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=exim -VERSION=${VERSION:-4.96} +VERSION=${VERSION:-4.96.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/exim/exim.info b/network/exim/exim.info index 2076e94bf54b..4169dba16ef1 100644 --- a/network/exim/exim.info +++ b/network/exim/exim.info @@ -1,8 +1,8 @@ PRGNAM="exim" -VERSION="4.96" +VERSION="4.96.1" HOMEPAGE="https://www.exim.org/" -DOWNLOAD="https://ftp.exim.org/pub/exim/exim4/exim-4.96.tar.xz" -MD5SUM="0d10d5b10f2af77ec8c2c2fe5be6c1ad" +DOWNLOAD="https://ftp.exim.org/pub/exim/exim4/exim-4.96.1.tar.xz" +MD5SUM="1554c5c9fbc0fb9ee02430ed65d98ea4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |