From db81f6123b2e60e6efd455045d6dbfbd38cf8b18 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 30 Jun 2017 12:13:13 +0000 Subject: Update Node to latest release (8.1.3) The 0.10.x series is ancient, and seems to have build failures with GCC 7. Upstream has also changed for this project, hence the new repo URL. Some kind of merging happened that meant the new upstream repo isn't a simple continuation of the previous one. --- strata/nodejs.morph | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/strata/nodejs.morph b/strata/nodejs.morph index d7aa4ef1..21348105 100644 --- a/strata/nodejs.morph +++ b/strata/nodejs.morph @@ -7,6 +7,6 @@ build-depends: chunks: - name: node morph: strata/nodejs/node.morph - repo: upstream:node - ref: cc56c62ed879ad4f93b1fdab3235c43e60f48b7e - unpetrify-ref: v0.10.26 + repo: upstream:node-new + ref: 01461afb0aaf0e4b763e423884b383a35eb69c04 + unpetrify-ref: v8.1.3 -- cgit v1.2.1