diff options
| author | Erik Michaels-Ober | 2012-11-10 13:45:50 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-10 13:49:41 -0800 |
| commit | f165096ba5ca617a9293d8b60282a75065b5935e (patch) | |
| tree | e8d29a47ba58943fa752aa28b145dd71f766e82c /Library/Formula | |
| parent | 33e815ef21a32bf9a582a0bd7dd68c2ce7eba67d (diff) | |
| download | homebrew-f165096ba5ca617a9293d8b60282a75065b5935e.tar.bz2 | |
ruby-build 20121110
Added a definition for Ruby 1.9.3-p327
Closes #15965.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ruby-build.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ruby-build.rb b/Library/Formula/ruby-build.rb index 665562ed2..22d424c9e 100644 --- a/Library/Formula/ruby-build.rb +++ b/Library/Formula/ruby-build.rb @@ -2,8 +2,8 @@ require 'formula' class RubyBuild < Formula homepage 'https://github.com/sstephenson/ruby-build' - url 'https://github.com/sstephenson/ruby-build/tarball/v20121104' - sha1 'edda42338e7a6e35ff4f185079962d38c74a65f4' + url 'https://github.com/sstephenson/ruby-build/tarball/v20121110' + sha1 'dcb6d3710a7cc87e534d547fac7513685344f61a' head 'https://github.com/sstephenson/ruby-build.git' |
