aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorLuke Gallagher2010-10-18 23:28:34 +1100
committerAdam Vandenberg2010-10-18 07:12:11 -0700
commit79d070135f3256ffe44fb48dd99d4b1a26c0c71d (patch)
tree486a0ed4d781e32751dbc396d3b1ec6b0f222fc0 /Library
parent92c8922bddf34388fbe7cb17fc8e88b7d231c4db (diff)
downloadhomebrew-79d070135f3256ffe44fb48dd99d4b1a26c0c71d.tar.bz2
Fix md5 for npm
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Bumped to 0.2.4-1
Diffstat (limited to 'Library')
-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 cfce2f0c6..aa9fdecc0 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.2.4'
+ url 'http://github.com/isaacs/npm/tarball/v0.2.4-1'
homepage 'http://github.com/isaacs/npm'
- md5 '0a43e65bef7ebecd6c2072d803e23512'
+ md5 '87a579df67340c0fbe116b6686a1b869'
head 'git://github.com/isaacs/npm.git'
depends_on 'node'