diff options
| author | Dominyk Tiller | 2014-11-21 17:56:42 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-23 00:39:41 +0000 |
| commit | 7767495ebbaa414394601b85aedeb5ce55bd831f (patch) | |
| tree | 94d3bfe4701243a9dd72cd8c85acf56ac2b676e1 /Library | |
| parent | 55a2b4a54dd0a0746d0926be9328ccb1f2869e84 (diff) | |
| download | homebrew-7767495ebbaa414394601b85aedeb5ce55bd831f.tar.bz2 | |
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 <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/node.rb | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
