From 3efd7211310c0c59af2d3d50c420e952f9cbd459 Mon Sep 17 00:00:00 2001 From: Diogo Azevedo Date: Wed, 19 Oct 2016 22:39:18 -0200 Subject: [PATCH] node 6.9.1 Closes #6105. Signed-off-by: ilovezfs --- Formula/node.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/node.rb b/Formula/node.rb index 029168206f..6bb98650f5 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.8.1/node-v6.8.1.tar.xz" - sha256 "a44ff48de369381c506661996dec568085d42998613ed2a23ebb37fddc12c99a" + url "https://nodejs.org/dist/v6.9.1/node-v6.9.1.tar.xz" + sha256 "0bdd8d1305777cc8cd206129ea494d6c6ce56001868dd80147aff531d6df0729" head "https://github.com/nodejs/node.git" bottle do