aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel De Aguiar2010-09-13 21:47:54 -0400
committerAdam Vandenberg2010-09-15 09:04:46 -0700
commit50e7f539b715d7a6718e823b2ecf320380d59aa2 (patch)
tree7afac3c272c3661015af733e34d5b9eef124bbf2
parent20c044a9ff04e20e21d077a4748aba5f3c0a1d7d (diff)
downloadhomebrew-50e7f539b715d7a6718e823b2ecf320380d59aa2.tar.bz2
Updated npm formula to v0.2.0.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/npm.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/npm.rb b/Library/Formula/npm.rb
index ac2edf9e2..6c8120d21 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.27'
+ url 'http://github.com/isaacs/npm/tarball/v0.2.0'
homepage 'http://github.com/isaacs/npm'
- md5 '65a9ba6e46299f213145b90248cbcc20'
+ md5 '6bcbe033d026a4be6b5a8c963733da0c'
head 'git://github.com/isaacs/npm.git'
depends_on 'node'