mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/nodejs: Updated for version 14.17.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2a95b282d4
commit
81cabbad64
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=nodejs
|
||||
SRCNAM=node
|
||||
VERSION=${VERSION:-14.17.1}
|
||||
VERSION=${VERSION:-14.17.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nodejs"
|
||||
VERSION="14.17.1"
|
||||
VERSION="14.17.3"
|
||||
HOMEPAGE="https://nodejs.org/"
|
||||
DOWNLOAD="https://nodejs.org/dist/v14.17.1/node-v14.17.1.tar.xz"
|
||||
MD5SUM="35f9705bd60bea81b03e427541e0b1af"
|
||||
DOWNLOAD="https://nodejs.org/dist/v14.17.3/node-v14.17.3.tar.xz"
|
||||
MD5SUM="fd06aa1ced5c390425ea2f3bb7a8c289"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue