diff options
| author | Adam Vandenberg | 2010-09-22 09:16:25 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-09-22 09:16:25 -0700 |
| commit | 4cfca688d92481ab4891162f8074e5887f477ab3 (patch) | |
| tree | 1b5928192fd4a80b35353564f7b8e3dc7eabb80f /Library | |
| parent | a2852133600db4749198a5400bc871759e55583b (diff) | |
| download | homebrew-4cfca688d92481ab4891162f8074e5887f477ab3.tar.bz2 | |
fix npm md5
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/npm.rb | 2 |
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' |
