aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMichael Dippery2010-12-26 01:44:12 -0500
committerMike McQuaid2010-12-27 21:31:28 +0000
commita4e5dd50ced600fd32b4b31e85aad2af8014b2e1 (patch)
tree137c04962d9d51b2826e3ceda0285cb36444324c /Library
parent4ab9038634cf60ad45ef2e776b130d4e961fd8cc (diff)
downloadhomebrew-a4e5dd50ced600fd32b4b31e85aad2af8014b2e1.tar.bz2
ruby: Update to 1.9.2-p136
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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 65ceadc09..5b8141c86 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/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-p0.tar.bz2'
+ url 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p136.tar.bz2'
homepage 'http://www.ruby-lang.org/en/'
head 'http://svn.ruby-lang.org/repos/ruby/trunk/', :using => :svn
- md5 'd8a02cadf57d2571cd4250e248ea7e4b'
+ md5 '52958d35d1b437f5d9d225690de94c13'
depends_on 'readline'
depends_on 'libyaml'