diff --git a/Formula/ruby.rb b/Formula/ruby.rb index ee9b927bcdf..5f8e0b49f84 100644 --- a/Formula/ruby.rb +++ b/Formula/ruby.rb @@ -1,10 +1,10 @@ require 'formula' class Ruby < Formula - url 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p180.tar.bz2' + url 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.bz2' homepage 'http://www.ruby-lang.org/en/' head 'http://svn.ruby-lang.org/repos/ruby/trunk/', :using => :svn - md5 '68510eeb7511c403b91fe5476f250538' + sha256 '403b3093fbe8a08dc69c269753b8c6e7bd8f87fb79a7dd7d676913efe7642487' depends_on 'readline' depends_on 'libyaml'