mpich 3.1.3

Closes Homebrew/homebrew#33081.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Wesley Bland 2014-10-10 14:19:12 -05:00 committed by Jack Nagel
parent ce353cbf1a
commit 29523c3141

View file

@ -4,9 +4,9 @@ require 'formula'
# formula renames, see homebrew issue #14374.
class Mpich2 < Formula
homepage 'http://www.mpich.org/'
url 'http://www.mpich.org/static/downloads/3.1.2/mpich-3.1.2.tar.gz'
mirror 'http://fossies.org/linux/misc/mpich-3.1.2.tar.gz'
sha1 'c5199be7e9f1843b288dba0faf2c071c7a8e999d'
url 'http://www.mpich.org/static/downloads/3.1.3/mpich-3.1.3.tar.gz'
mirror 'http://fossies.org/linux/misc/mpich-3.1.3.tar.gz'
sha1 'aa9907891ef4a4a584ab2f90a86775f29ca0dec0'
head do
url 'git://git.mpich.org/mpich.git'