diff options
| author | Martin Kühl | 2010-07-03 11:05:16 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-03 09:26:16 -0700 |
| commit | c073e246baf7916263a547076109565f49f1c8d6 (patch) | |
| tree | 22aa589217495beb029ec6bd6bd98914487eae7c /Library/Formula | |
| parent | e4f926b5760ae627e7fa5e3b547f622de2a09d5c (diff) | |
| download | homebrew-c073e246baf7916263a547076109565f49f1c8d6.tar.bz2 | |
Updated formula: npm 0.1.18
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 8d5a491b8..13a337cfb 100644 --- a/Library/Formula/npm.rb +++ b/Library/Formula/npm.rb @@ -1,10 +1,10 @@ require 'formula' class Npm <Formula - url 'http://github.com/isaacs/npm/tarball/v0.1.17' + url 'http://github.com/isaacs/npm/tarball/v0.1.18' head 'git://github.com/isaacs/npm.git' homepage 'http://github.com/isaacs/npm' - md5 '0c5b90e2d0bd20c7b1d5a7ab90a835b3' + md5 'b9f001fcef820b863d85d295dfb48520' depends_on 'node' |
