diff options
| author | Adam Vandenberg | 2013-01-18 11:59:36 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-18 11:59:36 -0800 |
| commit | 7c9d90f08c7125ce91ed9115819b0e6c676ad944 (patch) | |
| tree | 814e3a825383c328726c9806c073c9eb400f66af | |
| parent | bf0f576a19d2d5a98914c25cb39e1172b9abe461 (diff) | |
| download | homebrew-7c9d90f08c7125ce91ed9115819b0e6c676ad944.tar.bz2 | |
ruby 1.9.3-p374
| -rw-r--r-- | Library/Formula/ruby.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index 03e419583..3a07943ef 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -2,8 +2,8 @@ require 'formula' class Ruby < Formula homepage 'http://www.ruby-lang.org/en/' - url 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p362.tar.gz' - sha256 'eb593607862b16a28176ae6d086dbe3bd9bd41935ec999a8cd5ef8773e8239d6' + url 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p374.tar.gz' + sha256 '0d0e32a3554867e3eddbb23fbf30a72c4748622e010c23e31302d899fc005574' head 'http://svn.ruby-lang.org/repos/ruby/trunk/' |
