Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

node: npm revision #34377

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Library/Formula/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down