aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDaniel De Aguiar2010-09-09 13:16:57 -0400
committerAdam Vandenberg2010-09-09 12:46:56 -0700
commitcde240569f5fe3145533f9ee50def9058a5097bc (patch)
treeaa8573143e1ee28b6a19142553a7e1f88babb1b4 /Library/Formula
parentde5513fda7326d12531c35705b1e73d2e51c72a4 (diff)
downloadhomebrew-cde240569f5fe3145533f9ee50def9058a5097bc.tar.bz2
Updated npm formulae to 0.1.27
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 7c7d62094..ac2edf9e2 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.25'
+ url 'http://github.com/isaacs/npm/tarball/v0.1.27'
homepage 'http://github.com/isaacs/npm'
- md5 '14910efa963893691406cc761f7c473a'
+ md5 '65a9ba6e46299f213145b90248cbcc20'
head 'git://github.com/isaacs/npm.git'
depends_on 'node'