mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/nodejs: Updated for version 17.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
987ad14f53
commit
7ac2c3354f
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=nodejs
|
||||
SRCNAM=node
|
||||
VERSION=${VERSION:-17.3.0}
|
||||
VERSION=${VERSION:-17.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nodejs"
|
||||
VERSION="17.3.0"
|
||||
VERSION="17.3.1"
|
||||
HOMEPAGE="https://nodejs.org/"
|
||||
DOWNLOAD="https://nodejs.org/dist/v17.3.0/node-v17.3.0.tar.xz"
|
||||
MD5SUM="45d4ad91a7b1e9b6be4a1abb3a62810c"
|
||||
DOWNLOAD="https://nodejs.org/dist/v17.3.1/node-v17.3.1.tar.xz"
|
||||
MD5SUM="82037bcc78c3ffd33c97715e9d2496ac"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue