From: Ben Shum Date: Wed, 20 Sep 2017 19:50:44 +0000 (-0400) Subject: LP#1718549: Bump NodeJS version to v6.11.3 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=85053a29a1f6b7cf1d04bd64175762eba5fb7351;p=evergreen%2Fjoelewis.git LP#1718549: Bump NodeJS version to v6.11.3 Latest LTS release for NodeJS is v6.11.3. Should update this periodically depending on releases by that community. Signed-off-by: Ben Shum Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 43bebfe8ad..abb1086269 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -40,7 +40,7 @@ export LIBDBI_HOST=http://open-ils.org/~denials/evergreen # some OSes require a newer version of NodeJS # NOTE: Using the LTS binaries for NodeJS -export NODEJS_VERSION=v6.10.1 +export NODEJS_VERSION=v6.11.3 export NODEJS_BINDIR=node-$(NODEJS_VERSION)-linux-x64 export NODEJS_TARBIN=$(NODEJS_BINDIR).tar.xz export NODEJS_BINARY="https://nodejs.org/dist/$(NODEJS_VERSION)/$(NODEJS_TARBIN)"