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 | |
parent | 1aa6076fac366d196ff82d7a4940c022f5439ff1 (diff) | |
download | slackbuilds-e8e9c6007f749c9c674a9c84ddeb6469d06f407f.tar.gz |
system/mpich: Updated for version 3.3
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'system/mpich')
-rw-r--r-- | system/mpich/mpich.SlackBuild | 4 | ||||
-rw-r--r-- | system/mpich/mpich.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/mpich/mpich.SlackBuild b/system/mpich/mpich.SlackBuild index f85b652714..9ce0a4f62f 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} diff --git a/system/mpich/mpich.info b/system/mpich/mpich.info index 6ec0fb1b65..13240654af 100644 --- a/system/mpich/mpich.info +++ b/system/mpich/mpich.info @@ -1,8 +1,8 @@ PRGNAM="mpich" -VERSION="3.2.1" -HOMEPAGE="http://www.mpich.org/" -DOWNLOAD="http://www.mpich.org/static/downloads/3.2.1/mpich-3.2.1.tar.gz" -MD5SUM="e175452f4d61646a52c73031683fc375" +VERSION="3.3" +HOMEPAGE="https://www.mpich.org/" +DOWNLOAD="https://www.mpich.org/static/downloads/3.3/mpich-3.3.tar.gz" +MD5SUM="574af413dc0dc7fbb929a761822beb06" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |