diff options
| author | Andrew Marshall | 2010-11-14 14:24:57 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-14 22:11:20 -0800 |
| commit | c120c4fdcc49d82a91b124c66eb7df77ec7f8d5a (patch) | |
| tree | afbef2cc53131ce50a20a9fe6d7c95b4168aa157 /Library | |
| parent | e2d37d163c27410987313c1bedad748f9adbdafa (diff) | |
| download | homebrew-c120c4fdcc49d82a91b124c66eb7df77ec7f8d5a.tar.bz2 | |
Update NPM to v0.2.7-3 & homepage
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/npm.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/npm.rb b/Library/Formula/npm.rb index b3f167855..bd438bc56 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-2' - homepage 'https://github.com/isaacs/npm' - md5 '017fa6a9d5d433b58cc992af0ced74b7' + url 'https://github.com/isaacs/npm/tarball/v0.2.7-3' + homepage 'http://npmjs.org/' + md5 '97968c39b50e041ba52ddedb4bc0ee09' head 'git://github.com/isaacs/npm.git' depends_on 'node' |
