aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 190e0146a..61b1cab09 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.4.9.tar.gz'
+ url 'http://nodejs.org/dist/node-v0.4.10.tar.gz'
head 'https://github.com/joyent/node.git'
homepage 'http://nodejs.org/'
- md5 'e525b8b99d949bf2f031bc262c138e96'
+ md5 '2e8b82a9788308727e285d2d4a129c29'
# Leopard OpenSSL is not new enough, so use our keg-only one
depends_on 'openssl' if MacOS.leopard?