Ruby 1.9.3-p194

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Andrew Marshall 2012-04-20 13:05:30 -04:00 committed by Adam Vandenberg
parent 740222934d
commit c4d9e2dc6a
1 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,13 @@
require 'formula'
class Ruby < Formula
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 '8b3c035cf4f0ad6420f447d6a48e8817e5384d0504514939aeb156e251d44cce'
url 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.gz'
sha256 '46e2fa80be7efed51bd9cdc529d1fe22ebc7567ee0f91db4ab855438cf4bd8bb'
head 'http://svn.ruby-lang.org/repos/ruby/trunk/', :using => :svn
depends_on 'pkg-config' => :build
depends_on 'readline'
depends_on 'gdbm'
depends_on 'libyaml'