Update formula ruby to 1.9.2

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Use bz2 instead of tarball
master
Aku Kotkavuo 2010-08-18 22:02:35 +03:00 committed by Adam Vandenberg
parent 79159bdbf1
commit 835715a638
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ require 'formula'
# TODO de-version the include and lib directories # TODO de-version the include and lib directories
class Ruby <Formula class Ruby <Formula
url 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p0.tar.gz' url 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p0.tar.bz2'
homepage 'http://www.ruby-lang.org/en/' homepage 'http://www.ruby-lang.org/en/'
head 'http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_2/', :using => :svn head 'http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_2/', :using => :svn
md5 '755aba44607c580fddc25e7c89260460' md5 'd8a02cadf57d2571cd4250e248ea7e4b'
depends_on 'readline' depends_on 'readline'
depends_on 'libyaml' depends_on 'libyaml'