aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/r.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/r.rb b/Library/Formula/r.rb
index 1336414a4..70d6b06f9 100644
--- a/Library/Formula/r.rb
+++ b/Library/Formula/r.rb
@@ -12,9 +12,9 @@ class RBashCompletion < Formula
end
class R < Formula
- url 'http://cran.r-project.org/src/base/R-2/R-2.14.0.tar.gz'
- homepage 'http://www.r-project.org/'
- md5 '98cf8fe74e512e1061caf1ee0c2043a8'
+ homepage 'http://www.r-project.org'
+ url 'http://cran.r-project.org/src/base/R-2/R-2.14.1.tar.gz'
+ md5 'ba5b6fb15b660670ea29b885348f322a'
depends_on 'valgrind' if valgrind?