diff options
| author | Faisal N. Jawdat | 2012-02-23 23:50:01 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-24 06:54:55 -0800 |
| commit | e9c2fd4518bbd80fa857824f637f17d03d2e60a8 (patch) | |
| tree | 04e700c617c3b44674ed5f32bb22546eb8cf3efa | |
| parent | 50b23b1f481eb5457ff86413029c00202ea9b9ee (diff) | |
| download | homebrew-e9c2fd4518bbd80fa857824f637f17d03d2e60a8.tar.bz2 | |
ruby 1.9.3-p125
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/ruby.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index 6bb10e26a..c3eb0e0e7 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.3-p0.tar.bz2' + url 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p125.tar.gz' homepage 'http://www.ruby-lang.org/en/' head 'http://svn.ruby-lang.org/repos/ruby/trunk/', :using => :svn - sha256 'ca8ba4e564fc5f98b210a5784e43dfffef9471222849e46f8e848b37e9f38acf' + sha256 '8b3c035cf4f0ad6420f447d6a48e8817e5384d0504514939aeb156e251d44cce' depends_on 'readline' depends_on 'libyaml' |
