diff options
| author | Erik Michaels-Ober | 2014-02-26 11:08:52 +0900 |
|---|---|---|
| committer | Brett Koonce | 2014-02-25 20:20:36 -0600 |
| commit | 737d7dcdfedb4e721b23f6b7759295a61063ae00 (patch) | |
| tree | 4a8065af65829d50a296a768cac5683374f88657 /Library/Formula | |
| parent | 6c033064a5c820a7b546099d1385e36b4dcdb0e8 (diff) | |
| download | homebrew-737d7dcdfedb4e721b23f6b7759295a61063ae00.tar.bz2 | |
ruby-build 20140225
Closes #27015.
Signed-off-by: Brett Koonce <koonce@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 883c43f90..f86f2283f 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/archive/v20140224.1.tar.gz' - sha1 '482293b6afa524122538634f09366d27e82ff1c4' + url 'https://github.com/sstephenson/ruby-build/archive/v20140225.tar.gz' + sha1 '53f733e5fe08becc1dbb9ac2bc0d23318f778373' head 'https://github.com/sstephenson/ruby-build.git' |
