diff options
| author | arlolra | 2010-11-07 09:50:45 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-11-07 10:45:11 -0800 | 
| commit | 4e66e2f89771f28ace4fd0d8b4d5a5cf7d6b6815 (patch) | |
| tree | b7294c9024e94c5c2ac007aad10a658bde517868 | |
| parent | f3fe455f8d7d77705ceef8c8af8dab370b1dda52 (diff) | |
| download | homebrew-4e66e2f89771f28ace4fd0d8b4d5a5cf7d6b6815.tar.bz2 | |
bump npm to 0.2.7-2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Fixes #3106
| -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 da4b58656..085469196 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.5-1' -  homepage 'http://github.com/isaacs/npm' -  md5 'e33d39a12943a7eebc5ff0890a661f54' +  url 'https://github.com/isaacs/npm/tarball/v0.2.7-2' +  homepage 'https://github.com/isaacs/npm' +  md5 '017fa6a9d5d433b58cc992af0ced74b7'    head 'git://github.com/isaacs/npm.git'    depends_on 'node'  | 
