From 7767495ebbaa414394601b85aedeb5ce55bd831f Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Fri, 21 Nov 2014 17:56:42 +0000 Subject: 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. Closes #34377. Signed-off-by: Mike McQuaid --- Library/Formula/node.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 05dba9158..1473c7bea 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 -- cgit v1.2.3