diff options
| author | Adam Vandenberg | 2010-10-26 19:54:30 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-26 19:54:30 -0700 |
| commit | 87d87260d7b116fdb7cab5317c434726735757de (patch) | |
| tree | dade49bdc12d6e15a57abd1fdb115f16f0fb6130 /Library | |
| parent | 8a28a22d951f41961b38efb69cd93d8aa156599c (diff) | |
| download | homebrew-87d87260d7b116fdb7cab5317c434726735757de.tar.bz2 | |
npm 0.2.5-1
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/npm.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/npm.rb b/Library/Formula/npm.rb index aa9fdecc0..da4b58656 100644 --- a/Library/Formula/npm.rb +++ b/Library/Formula/npm.rb @@ -1,9 +1,9 @@ require 'formula' class Npm <Formula - url 'http://github.com/isaacs/npm/tarball/v0.2.4-1' + url 'http://github.com/isaacs/npm/tarball/v0.2.5-1' homepage 'http://github.com/isaacs/npm' - md5 '87a579df67340c0fbe116b6686a1b869' + md5 'e33d39a12943a7eebc5ff0890a661f54' head 'git://github.com/isaacs/npm.git' depends_on 'node' |
