Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions Formula/node.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
class Node < Formula
desc "Platform built on V8 to build network applications"
homepage "https://nodejs.org/"
url "https://nodejs.org/dist/v8.0.0/node-v8.0.0.tar.xz"
sha256 "258d3aa3632bbbf2a447c5d524bd7074e23aa26e2b698774ff452954f6174f1c"
revision 1

url "https://nodejs.org/dist/v8.1.0/node-v8.1.0.tar.xz"
sha256 "f2ff20b69b782dee85e887ad06e830590b2250856f6df325ed15a368bb6777fc"
head "https://github.com/nodejs/node.git"

bottle do
Expand Down Expand Up @@ -40,8 +38,8 @@ class Node < Formula
# We track major/minor from upstream Node releases.
# We will accept *important* npm patch releases when necessary.
resource "npm" do
url "https://registry.npmjs.org/npm/-/npm-5.0.1.tgz"
sha256 "cc31b845140791a85ab607636c6f0108346f8eb6cad7971919fd01ff4f4a1d7a"
url "https://registry.npmjs.org/npm/-/npm-5.0.3.tgz"
sha256 "de62206d779afcba878b3fb949488c01be99afc42e3c955932e754c2ab9aec73"
end

def install
Expand Down
6 changes: 3 additions & 3 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class NodeAT4 < Formula
homepage "https://nodejs.org/"
url "https://nodejs.org/dist/v4.8.3/node-v4.8.3.tar.xz"
sha256 "d84e7544c2e31a2d0825b4f8b093d169bf8bdb1881ee8cf75ff937918e59e9cb"
revision 1
revision 2

head "https://github.com/nodejs/node.git", :branch => "v4.x-staging"

Expand All @@ -26,8 +26,8 @@ class NodeAT4 < Formula

# Keep in sync with main node formula
resource "npm" do
url "https://registry.npmjs.org/npm/-/npm-5.0.1.tgz"
sha256 "cc31b845140791a85ab607636c6f0108346f8eb6cad7971919fd01ff4f4a1d7a"
url "https://registry.npmjs.org/npm/-/npm-5.0.3.tgz"
sha256 "de62206d779afcba878b3fb949488c01be99afc42e3c955932e754c2ab9aec73"
end

resource "icu4c" do
Expand Down
6 changes: 3 additions & 3 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class NodeAT6 < Formula
homepage "https://nodejs.org/"
url "https://nodejs.org/dist/v6.10.3/node-v6.10.3.tar.xz"
sha256 "82262a703e61164e09170a14d88b1726720651b0c7ee87a277654247b21b5388"
revision 1
revision 2

head "https://github.com/nodejs/node.git", :branch => "v6.x-staging"

Expand Down Expand Up @@ -35,8 +35,8 @@ class NodeAT6 < Formula

# Keep in sync with main node formula
resource "npm" do
url "https://registry.npmjs.org/npm/-/npm-5.0.1.tgz"
sha256 "cc31b845140791a85ab607636c6f0108346f8eb6cad7971919fd01ff4f4a1d7a"
url "https://registry.npmjs.org/npm/-/npm-5.0.3.tgz"
sha256 "de62206d779afcba878b3fb949488c01be99afc42e3c955932e754c2ab9aec73"
end

resource "icu4c" do
Expand Down