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