diff options
| author | Sven Lito | 2010-10-16 01:58:48 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-15 21:10:37 -0700 |
| commit | 60834d907dc0505961d89aa9420ff5111b73e831 (patch) | |
| tree | 12b7e984fa2605144bb114bbdb2af5892ec68f71 /Library/Formula | |
| parent | e8f265a40d234451e1e4e81c1b5bbc827c445b41 (diff) | |
| download | homebrew-60834d907dc0505961d89aa9420ff5111b73e831.tar.bz2 | |
bumping npm version to 0.2.4
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 c33b953db..cfce2f0c6 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.3-6' + url 'http://github.com/isaacs/npm/tarball/v0.2.4' homepage 'http://github.com/isaacs/npm' - md5 '91e9f070ea62214812737d1cbb304039' + md5 '0a43e65bef7ebecd6c2072d803e23512' head 'git://github.com/isaacs/npm.git' depends_on 'node' |
