diff options
| author | Mislav Marohnić | 2014-04-05 22:13:07 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2014-04-05 16:17:08 -0700 |
| commit | 90a231e0a2feeb64a47d8d375a9b283e080cc5c4 (patch) | |
| tree | b655243f7d5b3f324ce0d043cbdc32e468b581da /Library | |
| parent | c8621ef50f16eaadcbce1871069fcc5435946a61 (diff) | |
| download | homebrew-90a231e0a2feeb64a47d8d375a9b283e080cc5c4.tar.bz2 | |
ruby-build 20140405
Closes #28185.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 f86f2283f..43d375588 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/v20140225.tar.gz' - sha1 '53f733e5fe08becc1dbb9ac2bc0d23318f778373' + url 'https://github.com/sstephenson/ruby-build/archive/v20140405.tar.gz' + sha1 '6d29b402b7c3d4d4a8f3d8edcebcfa767cd78597' head 'https://github.com/sstephenson/ruby-build.git' |
