diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-12-31 10:15:14 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-01 07:13:36 +0700 |
commit | 1b37ba712019d9588478e72bc6d39d04c3a1dc25 (patch) | |
tree | cda35748da229a64826ce77aeee55dcf0f50feae /development/nodejs | |
parent | c7d333cb43ae99d4e1ecefe19fbf5a7ce04d5d1d (diff) |
development/nodejs: Updated for version 4.2.4.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'development/nodejs')
-rw-r--r-- | development/nodejs/README | 11 | ||||
-rw-r--r-- | development/nodejs/nodejs.SlackBuild | 2 | ||||
-rw-r--r-- | development/nodejs/nodejs.info | 6 | ||||
-rw-r--r-- | development/nodejs/npm.sh | 1 |
4 files changed, 7 insertions, 13 deletions
diff --git a/development/nodejs/README b/development/nodejs/README index c070ea76f76b3..d9118318ef210 100644 --- a/development/nodejs/README +++ b/development/nodejs/README @@ -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. diff --git a/development/nodejs/nodejs.SlackBuild b/development/nodejs/nodejs.SlackBuild index a9fc3436e8686..55d2dc40c9a06 100644 --- a/development/nodejs/nodejs.SlackBuild +++ b/development/nodejs/nodejs.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=nodejs SRCNAM=node -VERSION=${VERSION:-4.2.3} +VERSION=${VERSION:-4.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/nodejs/nodejs.info b/development/nodejs/nodejs.info index 908d05d8f67cf..ecdd0892466e9 100644 --- a/development/nodejs/nodejs.info +++ b/development/nodejs/nodejs.info @@ -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="" diff --git a/development/nodejs/npm.sh b/development/nodejs/npm.sh index c0a293c917c64..25bef2c17b4b2 100644 --- a/development/nodejs/npm.sh +++ b/development/nodejs/npm.sh @@ -56,4 +56,3 @@ elif type compctl &>/dev/null; then compctl -K _npm_completion npm fi ###-end-npm-completion-### - |