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

Commit

Permalink
node: bump npm to 3.5.3
Browse files Browse the repository at this point in the history
Closes #48091.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
  • Loading branch information
bfontaine committed Jan 15, 2016
1 parent 06c13fe commit ab674d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Library/Formula/node.rb
Expand Up @@ -4,6 +4,7 @@ class Node < Formula
url "https://nodejs.org/dist/v5.4.1/node-v5.4.1.tar.gz"
sha256 "78455ef2e3dea06b7d13d393c36711009048a91e5de5892523ec4a9be5a55e0c"
head "https://github.com/nodejs/node.git"
revision 1

bottle do
sha256 "a874089a40c02a0c2a7c558be5674256fa3ffd915484317c025b8fc7a2b40f15" => :el_capitan
Expand Down Expand Up @@ -36,8 +37,8 @@ class Node < Formula
# We will accept *important* npm patch releases when necessary.
# https://github.com/Homebrew/homebrew/pull/46098#issuecomment-157802319
resource "npm" do
url "https://registry.npmjs.org/npm/-/npm-3.3.12.tgz"
sha256 "09475d7096731d93c0aacd7dfe58794d67c52ee6562675aee6c1f734ddba8158"
url "https://registry.npmjs.org/npm/-/npm-3.5.3.tgz"
sha256 "a6f62a53d8f8ce856c2b2b7908c466fe8a6cc44f7af915b56b70d8039f9414f6"
end

resource "icu4c" do
Expand Down

0 comments on commit ab674d7

Please sign in to comment.