diff options
author | Christoph Willing <chris.willing@linux.com> | 2018-11-22 19:08:25 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-24 12:35:29 +0700 |
commit | e8e9c6007f749c9c674a9c84ddeb6469d06f407f (patch) | |
tree | 333ee7619c709c1f4892e6e1ea2f794cc6d07747 /system/mpich/mpich.SlackBuild | |
parent | 1aa6076fac366d196ff82d7a4940c022f5439ff1 (diff) |
system/mpich: Updated for version 3.3
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'system/mpich/mpich.SlackBuild')
-rw-r--r-- | system/mpich/mpich.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/mpich/mpich.SlackBuild b/system/mpich/mpich.SlackBuild index f85b6527141a..9ce0a4f62f6b 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-2017 Christoph Willing Brisbane, Australia +# Copyright 2016-2018 Christoph Willing Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mpich -VERSION=${VERSION:-3.2.1} +VERSION=${VERSION:-3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |