development/nodejs: Updated for version 4.2.4.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2015-12-31 10:15:14 -08:00 committed by Willy Sudiarto Raharjo
parent c7d333cb43
commit 1b37ba7120
4 changed files with 7 additions and 13 deletions

View file

@ -1,14 +1,9 @@
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Node.js uses an event-driven, non-blocking I/O model that makes it Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
lightweight and efficient. Node.js' package ecosystem, npm, is the largest
ecosystem of open source libraries in the world.
WARNING: nodejs will conflict with node. WARNING: nodejs will conflict with node.
Either install the node package, or nodejs from SBo, but not both. Both packages Either install the node package, or nodejs (recommended) from SBo, but not both. Both packages include npm.
include npm.
nodejs is based off of iojs, you should test your project with nodejs before nodejs is based off of iojs, you should test your project with nodejs before switching from the node package. Due to significant breaking changes, you may need to update your project to be compatible.
switching from the node package. Due to significant breaking changes,
you may need to update your project to be compatible.

View file

@ -25,7 +25,7 @@
PRGNAM=nodejs PRGNAM=nodejs
SRCNAM=node SRCNAM=node
VERSION=${VERSION:-4.2.3} VERSION=${VERSION:-4.2.4}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="nodejs" PRGNAM="nodejs"
VERSION="4.2.3" VERSION="4.2.4"
HOMEPAGE="https://nodejs.org/" HOMEPAGE="https://nodejs.org/"
DOWNLOAD="https://github.com/nodejs/node/archive/v4.2.3.tar.gz" DOWNLOAD="https://github.com/nodejs/node/archive/v4.2.4.tar.gz"
MD5SUM="e3958035438e26fc34bf28f59ef70cd2" MD5SUM="f1f8b6d523dcf678a8e457e338dab8ff"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""

View file

@ -56,4 +56,3 @@ elif type compctl &>/dev/null; then
compctl -K _npm_completion npm compctl -K _npm_completion npm
fi fi
###-end-npm-completion-### ###-end-npm-completion-###