Skip to content

Commit

Permalink
node 6.0.0
Browse files Browse the repository at this point in the history
Closes #633.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
xeoneux authored and DomT4 committed Apr 27, 2016
1 parent 4a1d903 commit b8b57c7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Formula/node.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Node < Formula
desc "Platform built on the V8 JavaScript runtime to build network applications"
homepage "https://nodejs.org/"
url "https://nodejs.org/dist/v5.11.0/node-v5.11.0.tar.xz"
sha256 "083766aff72fc5c78f6999dd0d00bc0340a052ab270fd60d6928b719ca2b3fd1"
url "https://nodejs.org/dist/v6.0.0/node-v6.0.0.tar.xz"
sha256 "f0e5bdc3cf4af85b8a24bdbebed81e1a9f7fda91cab8a9475737940aa90da617"
head "https://github.com/nodejs/node.git"

bottle do
Expand All @@ -11,12 +11,6 @@ class Node < Formula
sha256 "8254c09259aa2d869279f580e489d82181aec17b7555c2f434c290e2625906d1" => :mavericks
end

devel do
url "https://nodejs.org/download/rc/v6.0.0-rc.3/node-v6.0.0-rc.3.tar.xz"
sha256 "472ae46a205fb65cd784b22825b7354cddb4da5f46c1974272be43e55745ce6e"
version "6.0.0-rc.3"
end

option "with-debug", "Build with debugger hooks"
option "without-npm", "npm will not be installed"
option "without-completion", "npm bash completion will not be installed"
Expand Down Expand Up @@ -62,7 +56,6 @@ def install
else
args << "--with-intl=small-icu"
end
args << "--tag=rc.3" << "--release-urlbase=https://nodejs.org/download/rc/" if build.devel?
args << "--tag=head" if build.head?

resource("icu4c").stage buildpath/"deps/icu"
Expand Down

0 comments on commit b8b57c7

Please sign in to comment.