diff options
| author | Erik Michaels-Ober | 2012-12-27 08:31:34 -0800 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-12-27 14:11:21 -0800 |
| commit | 0f7d9053b2f631947ef3dd2d22fdb4ba1aa473cf (patch) | |
| tree | c9f09463b5f13c0862d6fdca2eb9ecbf0ad8f9a0 /Library | |
| parent | 66c447b97c267023dc1e7010c6602f0521b29c50 (diff) | |
| download | homebrew-0f7d9053b2f631947ef3dd2d22fdb4ba1aa473cf.tar.bz2 | |
ruby-build 20121227
* Added a definition for Ruby 1.9.3-p362
* Added a definition for Ruby 1.8.7-p371
* Moved the default ruby-build mirror from GitHub Downloads to Amazon
CloudFront.
Closes #16765.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
| -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 577dd24f2..162d4577b 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/v20121204' - sha1 '1c29e308e46a180bbd54f380ee50934aa1f78b72' + url 'https://github.com/sstephenson/ruby-build/tarball/v20121227' + sha1 'db33874fdb2f260fcbcc2202364e5d3cfc261fe6' head 'https://github.com/sstephenson/ruby-build.git' |
