mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/nodejs: Updated for version 6.12.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ba50f8ae52
commit
dc56eef7ed
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=nodejs
|
||||
SRCNAM=node
|
||||
VERSION=${VERSION:-6.11.5}
|
||||
VERSION=${VERSION:-6.12.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nodejs"
|
||||
VERSION="6.11.5"
|
||||
VERSION="6.12.2"
|
||||
HOMEPAGE="https://nodejs.org/"
|
||||
DOWNLOAD="https://nodejs.org/dist/v6.11.5/node-v6.11.5.tar.xz"
|
||||
MD5SUM="0ba82d2c7a9af287e616da138addc9b9"
|
||||
DOWNLOAD="https://nodejs.org/dist/v6.12.2/node-v6.12.2.tar.xz"
|
||||
MD5SUM="955aa1536f41989323f4b8f3db033aeb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue