aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAku Kotkavuo2010-08-18 22:02:35 +0300
committerAdam Vandenberg2010-08-20 11:50:11 -0700
commiteda1dc183f8b6addb2f3acd697764b587fe12287 (patch)
treea5297dc6f5b73b8fcc36a5fca28827a97c1d4a6e /Library
parent855648e006e3ae169ec3d43078d6e3efbbb0daf0 (diff)
downloadhomebrew-eda1dc183f8b6addb2f3acd697764b587fe12287.tar.bz2
Update formula ruby to 1.9.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Use bz2 instead of tarball
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ruby.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index c28bdad94..b1684588f 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -3,10 +3,10 @@ require 'formula'
# TODO de-version the include and lib directories
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/'
head 'http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_2/', :using => :svn
- md5 '755aba44607c580fddc25e7c89260460'
+ md5 'd8a02cadf57d2571cd4250e248ea7e4b'
depends_on 'readline'
depends_on 'libyaml'