mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/mpich: Updated for version 3.4.2
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e924bd305e
commit
fa3c7c45f3
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mpich
|
||||
VERSION=${VERSION:-3.4.1}
|
||||
VERSION=${VERSION:-3.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mpich"
|
||||
VERSION="3.4.1"
|
||||
VERSION="3.4.2"
|
||||
HOMEPAGE="https://www.mpich.org/"
|
||||
DOWNLOAD="https://www.mpich.org/static/downloads/3.4.1/mpich-3.4.1.tar.gz"
|
||||
MD5SUM="10e43fd61fd1a13c89cfbed3eb30b97a"
|
||||
DOWNLOAD="https://www.mpich.org/static/downloads/3.4.2/mpich-3.4.2.tar.gz"
|
||||
MD5SUM="6ee1cfff98728e5160c6e78bdb1986ca"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue