aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorJohn Earles2012-02-02 20:41:32 -0500
committerAdam Vandenberg2012-02-02 19:13:30 -0800
commit7e202eb28842ef55bac978ab61dd6ff65613726b (patch)
treed8f1928818ad980b38a3eb6b7ac54eeed65b5be2 /Library/Formula/node.rb
parentef47d7ffe66a1186c8fdb02bff24fd183f62e2e2 (diff)
downloadhomebrew-7e202eb28842ef55bac978ab61dd6ff65613726b.tar.bz2
node 0.6.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
-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 30285c3ad..ea2cede5b 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -1,8 +1,8 @@
require 'formula'
class Node < Formula
- url 'http://nodejs.org/dist/v0.6.9/node-v0.6.9.tar.gz'
- md5 'c2d2aee123a141ba8431855f1d9c8200'
+ url 'http://nodejs.org/dist/v0.6.10/node-v0.6.10.tar.gz'
+ md5 '8a74fd5d48c2c7c64abc60b2b8f3fbc7'
homepage 'http://nodejs.org/'
head 'https://github.com/joyent/node.git'