aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorAttila Györffy2012-03-02 21:48:05 +0000
committerJack Nagel2012-03-03 23:53:18 -0600
commit0e8ea8aae9dadda53d0dc0cf680d383981770be9 (patch)
tree16087d0b1397bd5de4931b9586d403958e53fae8 /Library/Formula/node.rb
parentb35a524f5764334d606787581a9e46be28b709dd (diff)
downloadhomebrew-0e8ea8aae9dadda53d0dc0cf680d383981770be9.tar.bz2
node 0.6.12
Closes #10652. Signed-off-by: Jack Nagel <jacknagel@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 245f0c054..4867b13e1 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -2,8 +2,8 @@ require 'formula'
class Node < Formula
homepage 'http://nodejs.org/'
- url 'http://nodejs.org/dist/v0.6.11/node-v0.6.11.tar.gz'
- md5 '2f554353e831b8a22e6a85c676374374'
+ url 'http://nodejs.org/dist/v0.6.12/node-v0.6.12.tar.gz'
+ md5 'a12766ae4003c9712927d1fa134ed9f6'
head 'https://github.com/joyent/node.git'