aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Fritsch2010-08-20 11:36:18 +0200
committerAdam Vandenberg2010-08-20 07:29:20 -0700
commitfbb93d909235d7695f2147ca7e84d4bf496e5055 (patch)
treee14b36152061ecd966c0960ef7da7b5fd2a4734b
parent8ac19ef030320c10ac50742bf7b9adca602f7eba (diff)
downloadhomebrew-fbb93d909235d7695f2147ca7e84d4bf496e5055.tar.bz2
update node to 0.2
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 df1c4ff0c..2e31bdebe 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.1.104.tar.gz'
+ url 'http://nodejs.org/dist/node-v0.2.0.tar.gz'
head 'git://github.com/ry/node.git'
homepage 'http://nodejs.org/'
- md5 '907fa1e0a2f1f0c3df5efc97fd05a7d2'
+ md5 '99a6dacc44b3f9c6ec376ccb446dd0b8'
# Stripping breaks dynamic loading
skip_clean :all