diff options
| author | Mike McQuaid | 2013-02-05 20:06:05 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2013-02-05 20:14:10 -0800 |
| commit | 0b02b95a138bf8e7869754152fcd912c07ce6fe1 (patch) | |
| tree | 330b5c8350921aef39e42d332a115bd7a186dcdb /Library/Formula/ruby-build.rb | |
| parent | b0f7d72f3dfdd5f73278cfc8835e414f2ea9e9e5 (diff) | |
| download | homebrew-0b02b95a138bf8e7869754152fcd912c07ce6fe1.tar.bz2 | |
ruby-build 20130129
References #17545.
Diffstat (limited to 'Library/Formula/ruby-build.rb')
| -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 373fee0cb..f8a61ecc1 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/v20130118' - sha1 '78c6ad3da88e92acee0b2a5c8ac7462353cf5a8a' + url 'https://github.com/sstephenson/ruby-build/tarball/v20130129' + sha1 'f4e99422d7c6a445165ddd6f763fa4f593d79841' head 'https://github.com/sstephenson/ruby-build.git' |
