diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-01-08 17:55:19 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-13 08:58:45 +0700 |
commit | 999acdca40f2b3616fcfabd72ff320d4d45256b9 (patch) | |
tree | 3b8c99ab99765f1ecd9e52f48328562d201a78da /system/mpich | |
parent | 1477b185b3777aad7866e469c8ee39136e5b9b56 (diff) |
system/mpich: Updated for version 3.4.3
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mpich')
-rw-r--r-- | system/mpich/mpich.SlackBuild | 4 | ||||
-rw-r--r-- | system/mpich/mpich.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/mpich/mpich.SlackBuild b/system/mpich/mpich.SlackBuild index c2be55efd049b..6cf341c823836 100644 --- a/system/mpich/mpich.SlackBuild +++ b/system/mpich/mpich.SlackBuild @@ -4,7 +4,7 @@ # Earlier version written by Wainamoinen <wainamoinen@gmail.com> # -# Copyright 2016-2021 Christoph Willing Brisbane, Australia +# Copyright 2016-2022 Christoph Willing Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mpich -VERSION=${VERSION:-3.4.2} +VERSION=${VERSION:-3.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/mpich/mpich.info b/system/mpich/mpich.info index ab1f500d9de29..1088f134b184d 100644 --- a/system/mpich/mpich.info +++ b/system/mpich/mpich.info @@ -1,8 +1,8 @@ PRGNAM="mpich" -VERSION="3.4.2" +VERSION="3.4.3" HOMEPAGE="https://www.mpich.org/" -DOWNLOAD="https://www.mpich.org/static/downloads/3.4.2/mpich-3.4.2.tar.gz" -MD5SUM="6ee1cfff98728e5160c6e78bdb1986ca" +DOWNLOAD="https://www.mpich.org/static/downloads/3.4.3/mpich-3.4.3.tar.gz" +MD5SUM="f4f8159a54f0b3deb92a25cec45156ee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |