From e5d70a7a4c0b393598fed414207ae371e6334341 Mon Sep 17 00:00:00 2001 From: Sebastian Wyder Date: Fri, 9 Nov 2012 22:45:16 +0100 Subject: [PATCH] Ruby 1.9.3-p327 Closes Homebrew/homebrew#15944. Signed-off-by: Adam Vandenberg --- Formula/ruby.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/ruby.rb b/Formula/ruby.rb index c889f4daaf8..a495111a1c4 100644 --- a/Formula/ruby.rb +++ b/Formula/ruby.rb @@ -2,8 +2,8 @@ require 'formula' class Ruby < Formula homepage 'http://www.ruby-lang.org/en/' - url 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p286.tar.gz' - sha256 'e94367108751fd6bce79401d947baa66096c757fd3a0856350a2abd05d26d89d' + url 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p327.tar.gz' + sha256 '51dd76462d3f6eb2c659a75e90f949f56da58c42bfb5766212478160b7f23d71' head 'http://svn.ruby-lang.org/repos/ruby/trunk/'