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

node: update npm and add revision. #43537

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions Library/Formula/node.rb
Expand Up @@ -5,6 +5,7 @@ class Node < Formula
url "https://nodejs.org/dist/v0.12.7/node-v0.12.7.tar.gz"
sha256 "b23d64df051c9c969b0c583f802d5d71de342e53067127a5061415be7e12f39d"
head "https://github.com/nodejs/node.git", :branch => "v0.12"
revision 1

bottle do
sha256 "deae62072a5de00e77f153ffd33b943bba412310528eea0801ccc853e1b3f73f" => :yosemite
Expand All @@ -31,8 +32,8 @@ class Node < Formula
end

resource "npm" do
url "https://registry.npmjs.org/npm/-/npm-2.12.1.tgz"
sha256 "6b6512c6f9097da193dfe046053d6d0483b5c5658dc0a763c1ba5609b6bbc16c"
url "https://registry.npmjs.org/npm/-/npm-2.14.2.tgz"
sha256 "592029e3406cbbaf249135e18212fab91db1601f991f61b4b2a03580311a066e"
end

def install
Expand Down