aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/npm.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-21 19:44:55 -0700
committerAdam Vandenberg2010-07-23 12:20:05 -0700
commit921b6f436c789010a796bddd4a045425414d79b3 (patch)
tree8cd3162cc331fa75d09fcb7873bc0e15cf4cb463 /Library/Formula/npm.rb
parent59d943be33ec3053966d7d2a79003eef2d52a0cc (diff)
downloadhomebrew-921b6f436c789010a796bddd4a045425414d79b3.tar.bz2
npm 0.1.20
Diffstat (limited to 'Library/Formula/npm.rb')
-rw-r--r--Library/Formula/npm.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/npm.rb b/Library/Formula/npm.rb
index a842d63f8..f612b291b 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.19'
- head 'git://github.com/isaacs/npm.git'
+ url 'http://github.com/isaacs/npm/tarball/v0.1.20'
homepage 'http://github.com/isaacs/npm'
- md5 '886e78f5937ff3409c062cf8fd305f7c'
+ md5 '9ad6a2892ea673c03c9df528c4ac25d6'
+ head 'git://github.com/isaacs/npm.git'
depends_on 'node'