summaryrefslogtreecommitdiffstats
path: root/system/mpich/mpich.SlackBuild
diff options
context:
space:
mode:
author Christoph Willing2022-01-08 08:55:19 +0100
committer Willy Sudiarto Raharjo2022-01-13 02:58:45 +0100
commit999acdca40f2b3616fcfabd72ff320d4d45256b9 (patch)
tree3b8c99ab99765f1ecd9e52f48328562d201a78da /system/mpich/mpich.SlackBuild
parent1477b185b3777aad7866e469c8ee39136e5b9b56 (diff)
downloadslackbuilds-999acdca40f2b3616fcfabd72ff320d4d45256b9.tar.gz
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/mpich.SlackBuild')
-rw-r--r--system/mpich/mpich.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/mpich/mpich.SlackBuild b/system/mpich/mpich.SlackBuild
index c2be55efd0..6cf341c823 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}