diff options
| author | Erik Michaels-Ober | 2013-02-24 09:39:11 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-24 11:02:53 -0800 |
| commit | 3d092aef58bc2ed02b1e6d68d15923b73b3e80cb (patch) | |
| tree | 4e8355e79f2851ff5fd703f5ffad0166e247053b /Library/Formula | |
| parent | c3c06f03a699167497d94235c899fcff5ab1c2ba (diff) | |
| download | homebrew-3d092aef58bc2ed02b1e6d68d15923b73b3e80cb.tar.bz2 | |
ruby-build 20130224
Closes #18053.
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 a43a28fcc..41830053d 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/v20130222' - sha1 'c09ff3848404da177deb75ae5943ab97a5b35468' + url 'https://github.com/sstephenson/ruby-build/tarball/v20130224' + sha1 '8436790e29315f7997e25279f73e65c4bf4710d7' head 'https://github.com/sstephenson/ruby-build.git' |
