aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorJoão2011-07-20 09:57:05 +0200
committerAdam Vandenberg2011-07-20 07:58:29 -0700
commit6fb70367b1b38a5e70d1f6f53f41b53f8de70a92 (patch)
treeab6b50274f772043be95d0ef0f7ba673a2239eef /Library/Formula/node.rb
parentc40ba444cac744596163a5ac6642b33df0a3b045 (diff)
downloadhomebrew-6fb70367b1b38a5e70d1f6f53f41b53f8de70a92.tar.bz2
node 0.4.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 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?