diff options
| author | Adam Vandenberg | 2010-07-06 13:02:43 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-06 13:02:43 -0700 |
| commit | 99200036573d4a288dbdbb2ef2d80cbc269169d3 (patch) | |
| tree | d27108819c7081d6deb7f74282676ae33841719a /Library | |
| parent | 1098fa4b078d67fe4af5307dbceb09f11540ddec (diff) | |
| download | homebrew-99200036573d4a288dbdbb2ef2d80cbc269169d3.tar.bz2 | |
npm - fix 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 6661c5eb8..d89b6662c 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 '7a32ae417e4814442332524c66f923a9' + md5 '5592f63214edbb848e443859ce6093d3' depends_on 'node' |
