diff options
| author | Erik Michaels-Ober | 2014-02-24 23:44:23 +0900 |
|---|---|---|
| committer | Mike McQuaid | 2014-02-24 14:47:24 +0000 |
| commit | 5707cb71d7a4e7fdfa22e56292cd597e33919b75 (patch) | |
| tree | af7c0cb97275be99defe67342619d3175c934096 /Library | |
| parent | f48d7275389fbc9e1d42aaee2b64b353795a5c9c (diff) | |
| download | homebrew-5707cb71d7a4e7fdfa22e56292cd597e33919b75.tar.bz2 | |
ruby-build 20140224.1
Closes #26966.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 16bee8939..883c43f90 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.tar.gz' - sha1 '33d355d768619a904c5fdb50024c017ecf090e74' + url 'https://github.com/sstephenson/ruby-build/archive/v20140224.1.tar.gz' + sha1 '482293b6afa524122538634f09366d27e82ff1c4' head 'https://github.com/sstephenson/ruby-build.git' |
