mpich 3.1.2

Update mpich stable branch from 3.1.1 to 3.1.2

Closes Homebrew/homebrew#31026.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Wesley Bland 2014-07-21 15:38:28 -05:00 committed by Jack Nagel
parent 0d487bc6bf
commit 633ef6872d
1 changed files with 3 additions and 3 deletions

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.1/mpich-3.1.1.tar.gz'
mirror 'http://fossies.org/linux/misc/mpich-3.1.1.tar.gz'
sha1 '528d225a67d16843ffd963e4e1ec93d7053cab57'
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'
head do
url 'git://git.mpich.org/mpich.git'