aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-09-22 09:16:25 -0700
committerAdam Vandenberg2010-09-22 09:16:25 -0700
commit4cfca688d92481ab4891162f8074e5887f477ab3 (patch)
tree1b5928192fd4a80b35353564f7b8e3dc7eabb80f /Library
parenta2852133600db4749198a5400bc871759e55583b (diff)
downloadhomebrew-4cfca688d92481ab4891162f8074e5887f477ab3.tar.bz2
fix npm md5
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/npm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/npm.rb b/Library/Formula/npm.rb
index 577b2364a..35f18e30b 100644
--- a/Library/Formula/npm.rb
+++ b/Library/Formula/npm.rb
@@ -3,7 +3,7 @@ require 'formula'
class Npm <Formula
url 'http://github.com/isaacs/npm/tarball/v0.2.2'
homepage 'http://github.com/isaacs/npm'
- md5 'ce3f2f87c44146a5f07b49ded366f4e4'
+ md5 'c61aaff07b6b66c3f4db26076dc0ec2d'
head 'git://github.com/isaacs/npm.git'
depends_on 'node'