From 1836df4c9d6e9d7467325290326936eb1048bef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matuzal=C3=A9m=20S=2E=20Teles?= Date: Tue, 25 Oct 2016 11:51:19 -0300 Subject: [PATCH] node 7.0.0 Closes #6261. Signed-off-by: Zhiming Wang --- Formula/node.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/node.rb b/Formula/node.rb index 33ff9484a1..0bbac0bc55 100644 --- a/Formula/node.rb +++ b/Formula/node.rb @@ -1,8 +1,8 @@ class Node < Formula desc "Platform built on the V8 JavaScript runtime to build network applications" homepage "https://nodejs.org/" - url "https://nodejs.org/dist/v6.9.1/node-v6.9.1.tar.xz" - sha256 "0bdd8d1305777cc8cd206129ea494d6c6ce56001868dd80147aff531d6df0729" + url "https://nodejs.org/dist/v7.0.0/node-v7.0.0.tar.xz" + sha256 "e16c3c76c2d6756bbfd711189cbdaf5676049b443e6817007bb537f243ca899a" head "https://github.com/nodejs/node.git" bottle do