diff options
| author | Daniel De Aguiar | 2010-09-09 13:16:57 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-09-09 12:46:56 -0700 |
| commit | cde240569f5fe3145533f9ee50def9058a5097bc (patch) | |
| tree | aa8573143e1ee28b6a19142553a7e1f88babb1b4 /Library | |
| parent | de5513fda7326d12531c35705b1e73d2e51c72a4 (diff) | |
| download | homebrew-cde240569f5fe3145533f9ee50def9058a5097bc.tar.bz2 | |
Updated npm formulae to 0.1.27
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 7c7d62094..ac2edf9e2 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.1.25' + url 'http://github.com/isaacs/npm/tarball/v0.1.27' homepage 'http://github.com/isaacs/npm' - md5 '14910efa963893691406cc761f7c473a' + md5 '65a9ba6e46299f213145b90248cbcc20' head 'git://github.com/isaacs/npm.git' depends_on 'node' |
