mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/nodejs: Updated for versin 14.17.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6d568dcda0
commit
716a27cd32
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=nodejs
|
||||
SRCNAM=node
|
||||
VERSION=${VERSION:-14.17.0}
|
||||
VERSION=${VERSION:-14.17.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nodejs"
|
||||
VERSION="14.17.0"
|
||||
VERSION="14.17.1"
|
||||
HOMEPAGE="https://nodejs.org/"
|
||||
DOWNLOAD="https://nodejs.org/dist/v14.17.0/node-v14.17.0.tar.xz"
|
||||
MD5SUM="813984b6029b5e69298ca58743732881"
|
||||
DOWNLOAD="https://nodejs.org/dist/v14.17.1/node-v14.17.1.tar.xz"
|
||||
MD5SUM="35f9705bd60bea81b03e427541e0b1af"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue