aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPaul Miller2012-08-08 16:08:52 +0300
committerAdam Vandenberg2012-08-08 07:01:46 -0700
commit9c6ebee793d4411b82825bba72013336e53fd1d3 (patch)
treee116e7a22ef45a75c97fb7b20e5d40b67fcac72c /Library
parent42facd90118a78980abb05cf5f7a2d60dece2ec9 (diff)
downloadhomebrew-9c6ebee793d4411b82825bba72013336e53fd1d3.tar.bz2
Node.js 0.8.6.
Closes #14049. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 b27fa30b8..63e3e2e0c 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.8.5/node-v0.8.5.tar.gz'
- sha1 '835ba5ca429e56f65aeb1a5d9730fff105e86337'
+ url 'http://nodejs.org/dist/v0.8.6/node-v0.8.6.tar.gz'
+ sha1 '34c7ad2bb5450653748c65840155852d67742258'
head 'https://github.com/joyent/node.git'