mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/nodejs: Updated for version 4.2.4.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
c7d333cb43
commit
1b37ba7120
4 changed files with 7 additions and 13 deletions
|
@ -1,14 +1,9 @@
|
|||
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
|
||||
lightweight and efficient. Node.js' package ecosystem, npm, is the largest
|
||||
ecosystem of open source libraries in the world.
|
||||
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.
|
||||
|
||||
WARNING: nodejs will conflict with node.
|
||||
|
||||
Either install the node package, or nodejs from SBo, but not both. Both packages
|
||||
include npm.
|
||||
Either install the node package, or nodejs (recommended) from SBo, but not both. Both packages include npm.
|
||||
|
||||
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.
|
||||
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.
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=nodejs
|
||||
SRCNAM=node
|
||||
VERSION=${VERSION:-4.2.3}
|
||||
VERSION=${VERSION:-4.2.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nodejs"
|
||||
VERSION="4.2.3"
|
||||
VERSION="4.2.4"
|
||||
HOMEPAGE="https://nodejs.org/"
|
||||
DOWNLOAD="https://github.com/nodejs/node/archive/v4.2.3.tar.gz"
|
||||
MD5SUM="e3958035438e26fc34bf28f59ef70cd2"
|
||||
DOWNLOAD="https://github.com/nodejs/node/archive/v4.2.4.tar.gz"
|
||||
MD5SUM="f1f8b6d523dcf678a8e457e338dab8ff"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -56,4 +56,3 @@ elif type compctl &>/dev/null; then
|
|||
compctl -K _npm_completion npm
|
||||
fi
|
||||
###-end-npm-completion-###
|
||||
|
||||
|
|
Loading…
Reference in a new issue