From 60b0aae61bd436f56be0fb1bd885ef1ba4840f29 Mon Sep 17 00:00:00 2001 From: Christian Moritz Date: Wed, 1 Aug 2018 23:18:38 +0200 Subject: [PATCH] node 10.8.0 Closes #30688. Signed-off-by: commitay --- Formula/node.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/node.rb b/Formula/node.rb index 832d683c81..4086227602 100644 --- a/Formula/node.rb +++ b/Formula/node.rb @@ -1,8 +1,8 @@ class Node < Formula desc "Platform built on V8 to build network applications" homepage "https://nodejs.org/" - url "https://nodejs.org/dist/v10.7.0/node-v10.7.0.tar.xz" - sha256 "34ee6946ca67151f35c23115818f0b78233c21b7dff210648d4d6dbb5a1be962" + url "https://nodejs.org/dist/v10.8.0/node-v10.8.0.tar.xz" + sha256 "97bb21718228fd801c8355c842e764eefda888d3a87de8eb04315c74f546b9bc" head "https://github.com/nodejs/node.git" bottle do