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