ruby 2.0.0-p353
Also switch to downloading via CDN
This commit is contained in:
parent
78051e7681
commit
96ab8b6af3
1 changed files with 2 additions and 3 deletions
|
@ -2,9 +2,8 @@ require 'formula'
|
|||
|
||||
class Ruby < Formula
|
||||
homepage 'http://www.ruby-lang.org/en/'
|
||||
url 'http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.bz2'
|
||||
mirror 'http://mirrorservice.org/sites/ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.bz2'
|
||||
sha256 '08e3d4b85b8a1118a8e81261f59dd8b4ddcfd70b6ae554e0ec5ceb99c3185e8a'
|
||||
url 'http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.bz2'
|
||||
sha256 '3de4e4d9aff4682fa4f8ed2b70bd0d746fae17452fc3d3a8e8f505ead9105ad9'
|
||||
|
||||
head do
|
||||
url 'http://svn.ruby-lang.org/repos/ruby/trunk/'
|
||||
|
|
Loading…
Reference in a new issue