mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/nodejs: Updated for version 8.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a398077ab1
commit
2edeef8184
2 changed files with 5 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=nodejs
|
||||
SRCNAM=node
|
||||
VERSION=${VERSION:-8.9.4}
|
||||
VERSION=${VERSION:-8.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -81,6 +81,7 @@ sed -i "s|lib/|lib${LIBDIRSUFFIX}/|g" tools/install.py
|
|||
sed -i "s/'lib'/'lib${LIBDIRSUFFIX}'/" lib/module.js
|
||||
sed -i "s|\"lib\"|\"lib${LIBDIRSUFFIX}\"|" deps/npm/lib/npm.js
|
||||
|
||||
sed -i "s|math.h|cmath|" src/node_crypto.cc
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--shared-zlib \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nodejs"
|
||||
VERSION="8.9.4"
|
||||
VERSION="8.10.0"
|
||||
HOMEPAGE="https://nodejs.org/"
|
||||
DOWNLOAD="https://nodejs.org/dist/v8.9.4/node-v8.9.4.tar.xz"
|
||||
MD5SUM="631ed102fe58c13cf63bc92a68cf4759"
|
||||
DOWNLOAD="https://nodejs.org/dist/v8.10.0/node-v8.10.0.tar.xz"
|
||||
MD5SUM="3f47386a36575c3b6f9ca7eb5fc67520"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue