aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Bland2014-02-17 15:26:59 -0600
committerAdam Vandenberg2014-02-17 17:55:45 -0800
commitce3744b3602b6a9def7c68b167bec4296f51b498 (patch)
treef02e1a68f2ba117256b1d60341d12d221c80fbd2
parent516339298d7103b8848ef7e99743890c7b221236 (diff)
downloadhomebrew-ce3744b3602b6a9def7c68b167bec4296f51b498.tar.bz2
mpich2: Update MPICH devel track to rc4
Closes #26793. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/mpich2.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mpich2.rb b/Library/Formula/mpich2.rb
index a49d1ed89..196721bde 100644
--- a/Library/Formula/mpich2.rb
+++ b/Library/Formula/mpich2.rb
@@ -17,8 +17,8 @@ class Mpich2 < Formula
end
devel do
- url 'http://www.mpich.org/static/downloads/3.1rc3/mpich-3.1rc3.tar.gz'
- sha1 '5dc3aff479df6b88328f9800652eae3b0ec587e7'
+ url 'http://www.mpich.org/static/downloads/3.1rc4/mpich-3.1rc4.tar.gz'
+ sha1 '8948f61ec6ee2a36f354f892b083f63cfc7c5c28'
end
option 'disable-fortran', "Do not attempt to build Fortran bindings"