ruby: use bzip tarball
This commit is contained in:
parent
8ed6d60e3d
commit
8c66321835
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Ruby < Formula
|
||||
homepage 'http://www.ruby-lang.org/en/'
|
||||
url 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p385.tar.gz'
|
||||
sha256 '4b15df007f5935ec9696d427d8d6265b121d944d237a2342d5beeeba9b8309d0'
|
||||
url 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p385.tar.bz2'
|
||||
sha256 'f991ee50414dc795696bad0fc5c7b0b94d93b9b38fed943326d20ce4e9dda42b'
|
||||
|
||||
head 'http://svn.ruby-lang.org/repos/ruby/trunk/'
|
||||
|
||||
|
|
Loading…
Reference in a new issue