aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-13 09:09:57 -0700
committerAdam Vandenberg2010-07-13 09:09:57 -0700
commit6f315b36b3491ec19767838b654289cb48c962a0 (patch)
tree29cb4353ba986267bc311ec6ef9b5c590b737f70 /Library/Formula
parent0f7deab5f1799010559454592b6e3378a5d82e1c (diff)
downloadhomebrew-6f315b36b3491ec19767838b654289cb48c962a0.tar.bz2
Fix MD5 for npm 0.1.19
Diffstat (limited to 'Library/Formula')
-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 d89b6662c..a842d63f8 100644
--- a/Library/Formula/npm.rb
+++ b/Library/Formula/npm.rb
@@ -4,7 +4,7 @@ class Npm <Formula
url 'http://github.com/isaacs/npm/tarball/v0.1.19'
head 'git://github.com/isaacs/npm.git'
homepage 'http://github.com/isaacs/npm'
- md5 '5592f63214edbb848e443859ce6093d3'
+ md5 '886e78f5937ff3409c062cf8fd305f7c'
depends_on 'node'