diff options
| author | Bryce Mecum | 2011-09-30 11:50:31 -0800 | 
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-30 13:15:22 -0700 | 
| commit | b020bc0d52917607e5689c01c95acf3c9528d7d5 (patch) | |
| tree | ead590f97ef8b6eda369485b60c991c9169f83c4 /Library | |
| parent | 04a36c72c63f996b4f0bf6a892e18ff8b286101c (diff) | |
| download | homebrew-b020bc0d52917607e5689c01c95acf3c9528d7d5.tar.bz2 | |
Updated R to 2.13.2
Closes #7919.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/r.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/r.rb b/Library/Formula/r.rb index 8873c7b47..e7270bdda 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.13.1.tar.gz' +  url 'http://cran.r-project.org/src/base/R-2/R-2.13.2.tar.gz'    homepage 'http://www.r-project.org/' -  md5 '28dd0d68ac3a0eab93fe7035565a1c30' +  md5 'fbad74f6415385f86425d0f3968dd684'    depends_on 'valgrind' if valgrind?  | 
