aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAku Kotkavuo2010-12-31 07:32:40 +0200
committerAdam Vandenberg2010-12-30 21:37:19 -0800
commit93d20c0ee4c6167adfb2445eee508a1cad31fb4d (patch)
tree80772f85824d9a113daadd2418233f7cf7c57d95 /Library
parent94c4fd37b06b5487c2f6febdee70f616303c9822 (diff)
downloadhomebrew-93d20c0ee4c6167adfb2445eee508a1cad31fb4d.tar.bz2
Update node.js to 0.2.6.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 c556b4c03..889fc5270 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.5.tar.gz'
+ url 'http://nodejs.org/dist/node-v0.2.6.tar.gz'
head 'git://github.com/ry/node.git'
homepage 'http://nodejs.org/'
- md5 '7f6f99fefef172e0517657d0eb69b59d'
+ md5 'b1c50ceb43bee1b221be210b7bc7a216'
# Stripping breaks dynamic loading
skip_clean :all