aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJoão2011-06-29 14:44:37 +0200
committerAdam Vandenberg2011-06-29 06:37:16 -0700
commit10b3ded2eaeadc7f128ad2be75ac489b716432e4 (patch)
tree4d879e16f91bab7b0c749cc0adf5c6ef61934b1e /Library/Formula
parent09d4abc005cd1596a85f4f9da4c5a77ecf7244b1 (diff)
downloadhomebrew-10b3ded2eaeadc7f128ad2be75ac489b716432e4.tar.bz2
node.js 0.4.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 67772804d..190e0146a 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.8.tar.gz'
+ url 'http://nodejs.org/dist/node-v0.4.9.tar.gz'
head 'https://github.com/joyent/node.git'
homepage 'http://nodejs.org/'
- md5 '22c9f69370069fe81678592cc8ae48f1'
+ md5 'e525b8b99d949bf2f031bc262c138e96'
# Leopard OpenSSL is not new enough, so use our keg-only one
depends_on 'openssl' if MacOS.leopard?