diff options
| author | dx7 | 2014-11-15 11:14:27 -0200 |
|---|---|---|
| committer | Jack Nagel | 2014-11-15 11:18:14 -0600 |
| commit | f77b7e2d3ccb3d27646ce002704b148cef10b14b (patch) | |
| tree | 597a962f6a9fe2445113d67ae035089ec74c15d6 /Library | |
| parent | 13f46c01ef4d21af39ad9f6aaa6fbaff8e08f8de (diff) | |
| download | homebrew-f77b7e2d3ccb3d27646ce002704b148cef10b14b.tar.bz2 | |
ruby 2.1.5
Closes #34216.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ruby.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index 2b2117282..849d25a8f 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -2,13 +2,10 @@ require "formula" class Ruby < Formula homepage "https://www.ruby-lang.org/" - url "http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.4.tar.bz2" - sha256 "f37f11a8c75ab9215bb9f61246ef98e0e57e1409f0872e5cf59033edcf5b8d2a" + url "http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.5.tar.bz2" + sha256 "0241b40f1c731cb177994a50b854fb7f18d4ad04dcefc18acc60af73046fb0a9" bottle do - sha1 "c3c2fd70a2963266ba420e9a31cf3161350fc8d7" => :yosemite - sha1 "f424670929f81863cbf4209d7d096301fb271042" => :mavericks - sha1 "093abf8b650ba5edaaa9f228b7381ffc8aa079cb" => :mountain_lion end head do |
