diff options
| author | arlolra | 2010-11-24 20:38:02 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-26 09:28:03 -0800 |
| commit | 1c099547ba465d798e8218aceb8f214b7f7907ce (patch) | |
| tree | 1268b754097068d00d4acd0d73ec62eabc5a5115 /Library/Formula | |
| parent | 28219100572f592aff8fa485e2d5f4841e8d98e7 (diff) | |
| download | homebrew-1c099547ba465d798e8218aceb8f214b7f7907ce.tar.bz2 | |
bump npm v0.2.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 bd438bc56..fb040a7f3 100644 --- a/Library/Formula/npm.rb +++ b/Library/Formula/npm.rb @@ -1,9 +1,9 @@ require 'formula' class Npm <Formula - url 'https://github.com/isaacs/npm/tarball/v0.2.7-3' + url 'https://github.com/isaacs/npm/tarball/v0.2.10' homepage 'http://npmjs.org/' - md5 '97968c39b50e041ba52ddedb4bc0ee09' + md5 'c53d1824046278d7b2f6b3ef527cfa23' head 'git://github.com/isaacs/npm.git' depends_on 'node' |
