mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/nodejs: Updated for version 12.22.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cd786b65f4
commit
253592bae0
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=nodejs
|
||||
SRCNAM=node
|
||||
VERSION=${VERSION:-12.20.1}
|
||||
VERSION=${VERSION:-12.22.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nodejs"
|
||||
VERSION="12.20.1"
|
||||
VERSION="12.22.1"
|
||||
HOMEPAGE="https://nodejs.org/"
|
||||
DOWNLOAD="https://nodejs.org/dist/v12.20.1/node-v12.20.1.tar.xz"
|
||||
MD5SUM="80eb0fbbbde87f2213dd895e5879a43a"
|
||||
DOWNLOAD="https://nodejs.org/dist/v12.22.1/node-v12.22.1.tar.xz"
|
||||
MD5SUM="6c8fd17343bebfdf659d990b21453bc7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue