aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMartin Kühl2010-07-06 21:15:22 +0200
committerAdam Vandenberg2010-07-06 12:38:05 -0700
commit1098fa4b078d67fe4af5307dbceb09f11540ddec (patch)
tree7fc323aa0843527f79efb4c3725dc5b8f3397d02 /Library/Formula
parent0739d982975065612f34cd10a4a3de94c03c5ea3 (diff)
downloadhomebrew-1098fa4b078d67fe4af5307dbceb09f11540ddec.tar.bz2
Updated formula: npm 0.1.19
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 13a337cfb..6661c5eb8 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.18'
+ url 'http://github.com/isaacs/npm/tarball/v0.1.19'
head 'git://github.com/isaacs/npm.git'
homepage 'http://github.com/isaacs/npm'
- md5 'b9f001fcef820b863d85d295dfb48520'
+ md5 '7a32ae417e4814442332524c66f923a9'
depends_on 'node'