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
node: update npm and add revision.
Closes #43537.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
davepwsmith authored and DomT4 committed Sep 4, 2015
1 parent adb7acc commit 562a5b1
Showing 1 changed file with 3 additions and 2 deletions.
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

0 comments on commit 562a5b1

Please sign in to comment.