ruby 1.9.2-p290

master
Adam Vandenberg 2011-07-26 16:10:23 -07:00
parent 3debcef2a3
commit 443eca6c9b
1 changed files with 2 additions and 2 deletions

View File

@ -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'