Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
ruby 2.0.0-p353
Also switch to downloading via CDN
  • Loading branch information
jacknagel committed Nov 22, 2013
1 parent e9cbec5 commit bb01fc9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Library/Formula/ruby.rb
Expand Up @@ -2,9 +2,8 @@

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/'
Expand Down

5 comments on commit bb01fc9

@Josh-Tilles
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heads up: when I ran a brew upgrade --verbose, I noticed a warning claiming that configure didn't recognize the --with-openssl-dir option. I'm not creating an issue because I don't yet know if the warning is mere noise.

==> Downloading http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.bz2
/usr/bin/curl -f#LA Homebrew 0.9.5 (Ruby 1.8.7-358; Mac OS X 10.9) http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.bz2 -C 6918144 -o /Library/Caches/Homebrew/ruby-2.0.0-p353.tar.bz2.incomplete
######################################################################## 100.0%
tar xf /Library/Caches/Homebrew/ruby-2.0.0-p353.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/ruby/2.0.0-p353 --enable-shared --with-out-ext=tk --with-openssl-dir=/usr/local/opt/openssl
configure: WARNING: unrecognized options: --with-openssl-dir
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking target system type... x86_64-apple-darwin13.0.0
checking whether the C compiler works... yes

@mistydemeo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's noise, unfortunately. The main configure script doesn't recognize it but it is passed down to one of the lower-level ones, which does.

@Josh-Tilles
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha. Thanks for the explanation!

@hanxue
Copy link
Contributor

@hanxue hanxue commented on bb01fc9 Nov 25, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am interested in the bottled version of ruby p2.0.0 p353. How can I get the brew bot job ID for this commit?

@MikeMcQuaid
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hanxue Bottles don't work like that. We don't keep around non-official bottles indefinitely; they may be overwritten. We're trying to bottle more things though.

Please sign in to comment.