diff options
| author | Chongyu Zhu | 2013-11-23 10:25:07 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-22 18:28:56 -0800 |
| commit | 1b06dd567059fcead9e7918ee4e686151d2e6614 (patch) | |
| tree | dfee14c8f4f435976ba836b913d8c6317af39b1d /Library/Formula | |
| parent | 15aacd498fd458b118a34e85cd3af2c29d7ed051 (diff) | |
| download | homebrew-1b06dd567059fcead9e7918ee4e686151d2e6614.tar.bz2 | |
ruby-build 20131122.1
Closes #24605.
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 198ca896d..0408517ff 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/v20131115.tar.gz' - sha1 '19e215947d115445bc73caa6163388fdefb7e823' + url 'https://github.com/sstephenson/ruby-build/archive/v20131122.1.tar.gz' + sha1 '9ee2cf3a64d08e25c13e0d799ff689a997361328' head 'https://github.com/sstephenson/ruby-build.git' |
