aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/r.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/r.rb b/Library/Formula/r.rb
index 4c186bd9e..43da9507b 100644
--- a/Library/Formula/r.rb
+++ b/Library/Formula/r.rb
@@ -1,9 +1,9 @@
require 'formula'
class R <Formula
- url 'http://cran.r-project.org/src/base/R-2/R-2.11.1.tar.gz'
+ url 'http://cran.r-project.org/src/base/R-2/R-2.12.0.tar.gz'
homepage 'http://www.R-project.org/'
- md5 '7421108ade3e9223263394b9bbe277ce'
+ md5 'aa003654d238d70bf5bc7433b8257aac'
def install
unless `/usr/bin/which gfortran`.chomp.size > 0