diff options
| author | Lon Baker | 2009-12-11 09:56:53 -0800 |
|---|---|---|
| committer | Max Howell | 2009-12-22 03:28:59 +0000 |
| commit | 8b0d1802d1274e685231703e31ec6df8ac9cb957 (patch) | |
| tree | 5559f2d1dc25297e22847697e7b66d9016918c59 | |
| parent | d7bf587907702e5d52a2fb47afc2df6c6b5022c3 (diff) | |
| download | homebrew-8b0d1802d1274e685231703e31ec6df8ac9cb957.tar.bz2 | |
Update ruby to 1.9.1-p376 release
This is a security release.
| -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 aff808e9d..0851f9e1d 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -3,9 +3,9 @@ require 'formula' # TODO de-version the include and lib directories class Ruby <Formula - @url='ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p243.tar.gz' + @url='http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p376.tar.gz' @homepage='http://www.ruby-lang.org/en/' - @md5='515bfd965814e718c0943abf3dde5494' + @md5='ebb20550a11e7f1a2fbd6fdec2a3e0a3' depends_on 'readline' |
