mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/nodejs: Updated for version 12.16.3.
We will revert back to 12.16.3 since it breaks atom. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a8e887f9ea
commit
3dadc376f9
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
PRGNAM=nodejs
|
PRGNAM=nodejs
|
||||||
SRCNAM=node
|
SRCNAM=node
|
||||||
VERSION=${VERSION:-12.18.0}
|
VERSION=${VERSION:-12.16.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="nodejs"
|
PRGNAM="nodejs"
|
||||||
VERSION="12.18.0"
|
VERSION="12.16.3"
|
||||||
HOMEPAGE="https://nodejs.org/"
|
HOMEPAGE="https://nodejs.org/"
|
||||||
DOWNLOAD="https://nodejs.org/dist/v12.18.0/node-v12.18.0.tar.xz"
|
DOWNLOAD="https://nodejs.org/dist/v12.16.3/node-v12.16.3.tar.xz"
|
||||||
MD5SUM="9e140f97f434a41fff8392ecc6852db2"
|
MD5SUM="3f23ba05c01f6f03170059057a7bd727"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue