mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/nodejs: Updated for version 20.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
057694be93
commit
fb78c8056c
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=nodejs
|
PRGNAM=nodejs
|
||||||
SRCNAM=node
|
SRCNAM=node
|
||||||
VERSION=${VERSION:-20.10.0}
|
VERSION=${VERSION:-20.11.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="nodejs"
|
PRGNAM="nodejs"
|
||||||
VERSION="20.10.0"
|
VERSION="20.11.0"
|
||||||
HOMEPAGE="https://nodejs.org/"
|
HOMEPAGE="https://nodejs.org/"
|
||||||
DOWNLOAD="https://nodejs.org/dist/v20.10.0/node-v20.10.0.tar.gz"
|
DOWNLOAD="https://nodejs.org/dist/v20.11.0/node-v20.11.0.tar.gz"
|
||||||
MD5SUM="44b5a59e790b5cbcf5cb2d21822feeb5"
|
MD5SUM="94db35ddc577e52d15a6e242260beea7"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue