From 36a42c972a4409c7b6a494d3463acc64a88e84cc Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Fri, 21 Nov 2014 17:56:42 +0000 Subject: [PATCH] node: npm revision This is the revision point previously discussed. Roughly every 4 new npm versions, or any major developments useful to Homebrew. This qualifies as both, particularly around the cache directory and handling intentional or unintentional use of sudo. --- Library/Formula/node.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 05dba9158f25..1473c7bea3f3 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -5,6 +5,7 @@ class Node < Formula homepage "http://nodejs.org/" url "http://nodejs.org/dist/v0.10.33/node-v0.10.33.tar.gz" sha256 "75dc26c33144e6d0dc91cb0d68aaf0570ed0a7e4b0c35f3a7a726b500edd081e" + revision 1 bottle do revision 8 @@ -39,8 +40,8 @@ class Node < Formula end resource "npm" do - url "https://registry.npmjs.org/npm/-/npm-2.1.8.tgz" - sha1 "0023e311e13514fc874b4f60ac28ad9ca7ff07f8" + url "https://registry.npmjs.org/npm/-/npm-2.1.9.tgz" + sha1 "6e8860d3902f90e4b4819a7e70cf6cbb5fafa74d" end def install