development/nodejs: Updated for version 16.11.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-10-12 11:30:29 +07:00
parent 01a2537797
commit 282046ac9f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 5 deletions

View File

@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nodejs
SRCNAM=node
VERSION=${VERSION:-14.18.0}
VERSION=${VERSION:-16.11.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -84,7 +84,6 @@ find -L . \
## Fix man page path.
sed -i 's|share/||' tools/install.py
sed -i '/var manRoot/ s/"share",//' deps/npm/lib/{,un}build.js
## Fix libdir for 64-bit.
sed -i "s|lib/|lib${LIBDIRSUFFIX}/|g" tools/install.py

View File

@ -1,8 +1,8 @@
PRGNAM="nodejs"
VERSION="14.18.0"
VERSION="16.11.0"
HOMEPAGE="https://nodejs.org/"
DOWNLOAD="https://nodejs.org/dist/v14.18.0/node-v14.18.0.tar.xz"
MD5SUM="e7ee7674aa7565e050f34cc76a3f26cd"
DOWNLOAD="https://nodejs.org/dist/v16.11.0/node-v16.11.0.tar.xz"
MD5SUM="da69b5a7d85959e7f332754f53f7c860"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""