aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2010-12-08 20:50:30 +0100
committerMike McQuaid2010-12-08 20:34:40 +0000
commit1da7795b84c82b4822739bffb39dc2fbb69ed3cf (patch)
tree00ffc92cefd2568aa1bc5b82711b5ba8f6e7c266 /Library
parent05d7ed0dc843251b2d83a979702af89a48d6aabc (diff)
downloadhomebrew-1da7795b84c82b4822739bffb39dc2fbb69ed3cf.tar.bz2
Update npm to 0.2.11-5
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/npm.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/npm.rb b/Library/Formula/npm.rb
index 8da5d8972..9cba4f082 100644
--- a/Library/Formula/npm.rb
+++ b/Library/Formula/npm.rb
@@ -1,9 +1,9 @@
require 'formula'
class Npm <Formula
- url 'https://github.com/isaacs/npm/tarball/v0.2.11'
+ url 'https://github.com/isaacs/npm/tarball/v0.2.11-5'
homepage 'http://npmjs.org/'
- md5 'aa1e39dab263ff930563ac71c22be20a'
+ md5 '7f62aa24794a805d8d61da93786e3d05'
head 'git://github.com/isaacs/npm.git'
depends_on 'node'