aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorFaisal N. Jawdat2010-08-18 14:55:47 -0700
committerAdam Vandenberg2010-08-20 11:50:22 -0700
commit93d1fffddbfeedc13997941c4d28f7c96fe3aa7f (patch)
treea9c784b2678bb9e9a3163b96c0fd73bd7cac0f20 /Library/Formula
parenteda1dc183f8b6addb2f3acd697764b587fe12287 (diff)
downloadhomebrew-93d1fffddbfeedc13997941c4d28f7c96fe3aa7f.tar.bz2
--HEAD builds trunk instead of ruby 1.9.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index b1684588f..e399af563 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -5,7 +5,7 @@ require 'formula'
class Ruby <Formula
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
+ head 'http://svn.ruby-lang.org/repos/ruby/trunk/', :using => :svn
md5 'd8a02cadf57d2571cd4250e248ea7e4b'
depends_on 'readline'