diff options
| author | Andrew Marshall | 2010-12-06 15:25:23 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2010-12-06 12:35:17 -0800 |
| commit | 58b6a8f8ed362da044bd0d6e6d4dd09dfbaa0fe7 (patch) | |
| tree | 88f542e227d1789b90f7d3c915d935b7dee26bd4 /Library | |
| parent | a4e5adeedfa123edcab73567171175f75e9d95c7 (diff) | |
| download | homebrew-58b6a8f8ed362da044bd0d6e6d4dd09dfbaa0fe7.tar.bz2 | |
Update NPM to v0.2.11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 fb040a7f3..8da5d8972 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.10' + url 'https://github.com/isaacs/npm/tarball/v0.2.11' homepage 'http://npmjs.org/' - md5 'c53d1824046278d7b2f6b3ef527cfa23' + md5 'aa1e39dab263ff930563ac71c22be20a' head 'git://github.com/isaacs/npm.git' depends_on 'node' |
