aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMartin Kühl2010-06-12 12:36:05 +0200
committerAdam Vandenberg2010-06-16 08:58:03 -0700
commit2af339489c30bb7ef879c52aca85ef8b42f3eb64 (patch)
tree7a8f92b8ec5fa6012fa69ff53d10bfc11e15533b /Library/Formula
parent0562b6a75f923d5fd8c7da34aec8fa8b297fb1f2 (diff)
downloadhomebrew-2af339489c30bb7ef879c52aca85ef8b42f3eb64.tar.bz2
Update npm to 0.1.16
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 70ff7d28c..4832ba66c 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.13'
+ url 'http://github.com/isaacs/npm/tarball/v0.1.16'
head 'git://github.com/isaacs/npm.git'
homepage 'http://github.com/isaacs/npm'
- md5 'cd4d4b58781355c010e2bbc400f25d93'
+ md5 '7f0af7ecbf5d9ca5a5db1ad873e41f39'
depends_on 'node'