diff options
| author | Guillermo Iguaran | 2011-09-28 21:03:40 -0500 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-28 20:32:48 -0700 |
| commit | bf179ec42a4078809bb5d6f5135c64b3e28f9222 (patch) | |
| tree | 58f950a0a1efeea30fc82becada1f8f32521b7f8 /Library/Formula/ruby-build.rb | |
| parent | fc77feba126642c8b25e63a01ac025477a81e6a5 (diff) | |
| download | homebrew-bf179ec42a4078809bb5d6f5135c64b3e28f9222.tar.bz2 | |
ruby-build 20110928
Closes #7887.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
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 1d910b551..3cdd8b2bb 100644 --- a/Library/Formula/ruby-build.rb +++ b/Library/Formula/ruby-build.rb @@ -1,9 +1,9 @@ require 'formula' class RubyBuild < Formula - url 'https://github.com/sstephenson/ruby-build/tarball/v20110914' + url 'https://github.com/sstephenson/ruby-build/tarball/v20110928' homepage 'https://github.com/sstephenson/ruby-build' - md5 '8056b7b157c4c660fab8d1324cb02540' + md5 '2f3cd506d0bb7a7e2cb6bbb36c81fdca' head 'https://github.com/sstephenson/ruby-build.git' |
