aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel De Aguiar2010-09-11 14:33:43 -0400
committerAdam Vandenberg2010-09-13 08:42:28 -0700
commitc963a35dcfaf09ad32ae4bdfa32146d67f22c14e (patch)
treeea67b93d58a93ea47e8c76ecfe34c534764bb4f3
parent9d9589b23f1664523e2a81875230989fedb87fe2 (diff)
downloadhomebrew-c963a35dcfaf09ad32ae4bdfa32146d67f22c14e.tar.bz2
Update node.js formula.
See http://nodejs.org/docs/v0.2.1/changelog.html. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/node.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 2e31bdebe..431f998ea 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -1,10 +1,10 @@
require 'formula'
class Node <Formula
- url 'http://nodejs.org/dist/node-v0.2.0.tar.gz'
+ url 'http://nodejs.org/dist/node-v0.2.1.tar.gz'
head 'git://github.com/ry/node.git'
homepage 'http://nodejs.org/'
- md5 '99a6dacc44b3f9c6ec376ccb446dd0b8'
+ md5 'c6051dd216817bf0f95bea80c42cf262'
# Stripping breaks dynamic loading
skip_clean :all